Html Css Color HEX #D8858B Carissma

📋 copy color: '#D8858B'

red 216 ◦ green 133 ◦ blue 139

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

Shades of Carissma #D8858B

Tints of Carissma #D8858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 44.26%
G = 27.25%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8858B (or 0xD8858B) is known color: Carissma. HEX triplet: D8, 85 and 8B. RGB value is (216,133,139). Sum of RGB (Red+Green+Blue) = 216+133+139=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8858B is #277A74. Grayscale: #9E9E9E. Windows color (decimal): -2587253 or 9143768. OLE color: 9143768.

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

Color convert

RGB 216 133 139 -
CMYK 0 0.38 0.36 0.15
HSL 355.66º 0.52% 0.68% -
HSV(B) 355.66º 0.38% 0.85% -
XYZ 41.37 33.24 28.66 -
YUV 158.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 216 133 139 0 0.38 0.36 0.15 355.66 0.52 0.68
Hex D8 85 8B 0 26 24 F 164 34 44
Octal 330 205 213 0 46 44 17 544 64 104
Binary 11011000 10000101 10001011 0 100110 100100 1111 101100100 110100 1000100

Color Harmonies of #D8858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8858B

Black with #D8858B

Text Example


Text Example

White with #D8858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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