Html Css Color HEX #DB838F Carissma

📋 copy color: '#DB838F'

red 219 ◦ green 131 ◦ blue 143

#DB838F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #DB838F

Tints of Carissma #DB838F

RGB

 RED value IS 219 (85.94% from 255) = 44.42%

 GREEN value IS 131 (51.56% from 255) = 26.57%

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 44.42%
G = 26.57%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB838F (or 0xDB838F) is known color: Carissma. HEX triplet: DB, 83 and 8F. RGB value is (219,131,143). Sum of RGB (Red+Green+Blue) = 219+131+143=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB838F is #247C70. Grayscale: #9E9E9E. Windows color (decimal): -2391153 or 9405403. OLE color: 9405403.

HSL color Cylindrical-coordinate representation of color #DB838F: hue angle of 351.82º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB838F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 143 -
CMYK 0 0.40 0.35 0.14
HSL 351.82º 0.55% 0.69% -
HSV(B) 351.82º 0.4% 0.86% -
XYZ 42.29 33.28 30.18 -
YUV 158.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 219 131 143 0 0.40 0.35 0.14 351.82 0.55 0.69
Hex DB 83 8F 0 28 23 E 160 37 45
Octal 333 203 217 0 50 43 16 540 67 105
Binary 11011011 10000011 10001111 0 101000 100011 1110 101100000 110111 1000101

Color Harmonies of #DB838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB838F

Black with #DB838F

Text Example


Text Example

White with #DB838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB838F; }

 p { color: rgb(219,131,143); }

 H1.HeaderClassName
 {
   color: #DB838F;
 }
 .AnyTagClassName
 {
   color: #DB838F;
 }
</style>

background-color css

<style>
 a { background-color: #DB838F; }

 a { background-color: rgb(219,131,143); }

 div.DivClassName
 {
   background-color: #DB838F;
 }
 .BgClassName
 {
   background-color: #DB838F;
 }
</style>

border-color css

<style>
 span { border-color: #DB838F; }

 span { border-color: rgb(219,131,143); }

 td.TdClassName
 {
   border-color: #DB838F;
 }
 .TagClassName
 {
   border-color: #DB838F;
 }
</style>