Html Css Color HEX #D8858A Carissma

📋 copy color: '#D8858A'

red 216 ◦ green 133 ◦ blue 138

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

Shades of Carissma #D8858A

Tints of Carissma #D8858A

RGB

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

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

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

R = 44.35%
G = 27.31%
B = 28.34%

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

#D8858A (or 0xD8858A) is known color: Carissma. HEX triplet: D8, 85 and 8A. RGB value is (216,133,138). Sum of RGB (Red+Green+Blue) = 216+133+138=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8858A is #277A75. Grayscale: #9E9E9E. Windows color (decimal): -2587254 or 9078232. OLE color: 9078232.

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

Color convert

RGB 216 133 138 -
CMYK 0 0.38 0.36 0.15
HSL 356.39º 0.52% 0.68% -
HSV(B) 356.39º 0.38% 0.85% -
XYZ 41.29 33.21 28.28 -
YUV 158.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 216 133 138 0 0.38 0.36 0.15 356.39 0.52 0.68
Hex D8 85 8A 0 26 24 F 164 34 44
Octal 330 205 212 0 46 44 17 544 64 104
Binary 11011000 10000101 10001010 0 100110 100100 1111 101100100 110100 1000100

Color Harmonies of #D8858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8858A

Black with #D8858A

Text Example


Text Example

White with #D8858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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