Html Css Color HEX #DB8D8E Carissma

📋 copy color: '#DB8D8E'

red 219 ◦ green 141 ◦ blue 142

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

Shades of Carissma #DB8D8E

Tints of Carissma #DB8D8E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

 BLUE value IS 142 (55.86% from 255) = 28.29%

R = 43.63%
G = 28.09%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB8D8E (or 0xDB8D8E) is known color: Carissma. HEX triplet: DB, 8D and 8E. RGB value is (219,141,142). Sum of RGB (Red+Green+Blue) = 219+141+142=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D8E is #247271. Grayscale: #A4A4A4. Windows color (decimal): -2388594 or 9342427. OLE color: 9342427.

HSL color Cylindrical-coordinate representation of color #DB8D8E: hue angle of 359.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8D8E is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 141 142 -
CMYK 0 0.36 0.35 0.14
HSL 359.23º 0.52% 0.71% -
HSV(B) 359.23º 0.36% 0.86% -
XYZ 43.62 36.06 30.25 -
YUV 164.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 219 141 142 0 0.36 0.35 0.14 359.23 0.52 0.71
Hex DB 8D 8E 0 24 23 E 167 34 47
Octal 333 215 216 0 44 43 16 547 64 107
Binary 11011011 10001101 10001110 0 100100 100011 1110 101100111 110100 1000111

Color Harmonies of #DB8D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8D8E

Black with #DB8D8E

Text Example


Text Example

White with #DB8D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8D8E; }

 p { color: rgb(219,141,142); }

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

background-color css

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

 a { background-color: rgb(219,141,142); }

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

border-color css

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

 span { border-color: rgb(219,141,142); }

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