Html Css Color HEX #D8878D Carissma

📋 copy color: '#D8878D'

red 216 ◦ green 135 ◦ blue 141

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

Shades of Carissma #D8878D

Tints of Carissma #D8878D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.66%

R = 43.9%
G = 27.44%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8878D (or 0xD8878D) is known color: Carissma. HEX triplet: D8, 87 and 8D. RGB value is (216,135,141). Sum of RGB (Red+Green+Blue) = 216+135+141=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8878D is #277872. Grayscale: #9F9F9F. Windows color (decimal): -2586739 or 9275352. OLE color: 9275352.

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

Color convert

RGB 216 135 141 -
CMYK 0 0.38 0.35 0.15
HSL 355.56º 0.51% 0.69% -
HSV(B) 355.56º 0.38% 0.85% -
XYZ 41.79 33.85 29.53 -
YUV 159.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 216 135 141 0 0.38 0.35 0.15 355.56 0.51 0.69
Hex D8 87 8D 0 26 23 F 164 33 45
Octal 330 207 215 0 46 43 17 544 63 105
Binary 11011000 10000111 10001101 0 100110 100011 1111 101100100 110011 1000101

Color Harmonies of #D8878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8878D

Black with #D8878D

Text Example


Text Example

White with #D8878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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