Html Css Color HEX #D8888A Carissma

📋 copy color: '#D8888A'

red 216 ◦ green 136 ◦ blue 138

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

Shades of Carissma #D8888A

Tints of Carissma #D8888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 44.08%
G = 27.76%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8888A (or 0xD8888A) is known color: Carissma. HEX triplet: D8, 88 and 8A. RGB value is (216,136,138). Sum of RGB (Red+Green+Blue) = 216+136+138=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8888A is #277775. Grayscale: #A0A0A0. Windows color (decimal): -2586486 or 9079000. OLE color: 9079000.

HSL color Cylindrical-coordinate representation of color #D8888A: hue angle of 358.5º 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 #D8888A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 138 -
CMYK 0 0.37 0.36 0.15
HSL 358.5º 0.51% 0.69% -
HSV(B) 358.5º 0.37% 0.85% -
XYZ 41.71 34.04 28.42 -
YUV 160.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 216 136 138 0 0.37 0.36 0.15 358.5 0.51 0.69
Hex D8 88 8A 0 25 24 F 166 33 45
Octal 330 210 212 0 45 44 17 546 63 105
Binary 11011000 10001000 10001010 0 100101 100100 1111 101100110 110011 1000101

Color Harmonies of #D8888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8888A

Black with #D8888A

Text Example


Text Example

White with #D8888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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