Html Css Color HEX #DB888C Carissma

📋 copy color: '#DB888C'

red 219 ◦ green 136 ◦ blue 140

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

Shades of Carissma #DB888C

Tints of Carissma #DB888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 44.24%
G = 27.47%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB888C (or 0xDB888C) is known color: Carissma. HEX triplet: DB, 88 and 8C. RGB value is (219,136,140). Sum of RGB (Red+Green+Blue) = 219+136+140=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB888C is #247773. Grayscale: #A1A1A1. Windows color (decimal): -2389876 or 9210075. OLE color: 9210075.

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

Color convert

RGB 219 136 140 -
CMYK 0 0.38 0.36 0.14
HSL 357.11º 0.54% 0.7% -
HSV(B) 357.11º 0.38% 0.86% -
XYZ 42.75 34.56 29.23 -
YUV 161.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 219 136 140 0 0.38 0.36 0.14 357.11 0.54 0.7
Hex DB 88 8C 0 26 24 E 165 36 46
Octal 333 210 214 0 46 44 16 545 66 106
Binary 11011011 10001000 10001100 0 100110 100100 1110 101100101 110110 1000110

Color Harmonies of #DB888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB888C

Black with #DB888C

Text Example


Text Example

White with #DB888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB888C; }

 p { color: rgb(219,136,140); }

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

background-color css

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

 a { background-color: rgb(219,136,140); }

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

border-color css

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

 span { border-color: rgb(219,136,140); }

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