Html Css Color HEX #D8888C Carissma

📋 copy color: '#D8888C'

red 216 ◦ green 136 ◦ blue 140

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

Shades of Carissma #D8888C

Tints of Carissma #D8888C

RGB

 RED value IS 216 (84.77% from 255) = 43.9%

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

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

R = 43.9%
G = 27.64%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8888C (or 0xD8888C) is known color: Carissma. HEX triplet: D8, 88 and 8C. RGB value is (216,136,140). Sum of RGB (Red+Green+Blue) = 216+136+140=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8888C is #277773. Grayscale: #A0A0A0. Windows color (decimal): -2586484 or 9210072. OLE color: 9210072.

HSL color Cylindrical-coordinate representation of color #D8888C: hue angle of 357º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8888C is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 140 -
CMYK 0 0.37 0.35 0.15
HSL 357º 0.51% 0.69% -
HSV(B) 357º 0.37% 0.85% -
XYZ 41.86 34.1 29.19 -
YUV 160.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 216 136 140 0 0.37 0.35 0.15 357 0.51 0.69
Hex D8 88 8C 0 25 23 F 165 33 45
Octal 330 210 214 0 45 43 17 545 63 105
Binary 11011000 10001000 10001100 0 100101 100011 1111 101100101 110011 1000101

Color Harmonies of #D8888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8888C

Black with #D8888C

Text Example


Text Example

White with #D8888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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