Html Css Color HEX #D8858F Carissma

📋 copy color: '#D8858F'

red 216 ◦ green 133 ◦ blue 143

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

Shades of Carissma #D8858F

Tints of Carissma #D8858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.03%

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

R = 43.9%
G = 27.03%
B = 29.07%

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

#D8858F (or 0xD8858F) is known color: Carissma. HEX triplet: D8, 85 and 8F. RGB value is (216,133,143). Sum of RGB (Red+Green+Blue) = 216+133+143=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8858F is #277A70. Grayscale: #9E9E9E. Windows color (decimal): -2587249 or 9405912. OLE color: 9405912.

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

Color convert

RGB 216 133 143 -
CMYK 0 0.38 0.34 0.15
HSL 352.77º 0.52% 0.68% -
HSV(B) 352.77º 0.38% 0.85% -
XYZ 41.66 33.36 30.23 -
YUV 158.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 216 133 143 0 0.38 0.34 0.15 352.77 0.52 0.68
Hex D8 85 8F 0 26 22 F 161 34 44
Octal 330 205 217 0 46 42 17 541 64 104
Binary 11011000 10000101 10001111 0 100110 100010 1111 101100001 110100 1000100

Color Harmonies of #D8858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8858F

Black with #D8858F

Text Example


Text Example

White with #D8858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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