Html Css Color HEX #D8878F Carissma

📋 copy color: '#D8878F'

red 216 ◦ green 135 ◦ blue 143

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

Shades of Carissma #D8878F

Tints of Carissma #D8878F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

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

R = 43.72%
G = 27.33%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8878F (or 0xD8878F) is known color: Carissma. HEX triplet: D8, 87 and 8F. RGB value is (216,135,143). Sum of RGB (Red+Green+Blue) = 216+135+143=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8878F is #277870. Grayscale: #A0A0A0. Windows color (decimal): -2586737 or 9406424. OLE color: 9406424.

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

Color convert

RGB 216 135 143 -
CMYK 0 0.38 0.34 0.15
HSL 354.07º 0.51% 0.69% -
HSV(B) 354.07º 0.38% 0.85% -
XYZ 41.94 33.91 30.32 -
YUV 160.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 216 135 143 0 0.38 0.34 0.15 354.07 0.51 0.69
Hex D8 87 8F 0 26 22 F 162 33 45
Octal 330 207 217 0 46 42 17 542 63 105
Binary 11011000 10000111 10001111 0 100110 100010 1111 101100010 110011 1000101

Color Harmonies of #D8878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8878F

Black with #D8878F

Text Example


Text Example

White with #D8878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8878F; }

 p { color: rgb(216,135,143); }

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

background-color css

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

 a { background-color: rgb(216,135,143); }

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

border-color css

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

 span { border-color: rgb(216,135,143); }

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