Html Css Color HEX #D8858D Carissma

📋 copy color: '#D8858D'

red 216 ◦ green 133 ◦ blue 141

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

Shades of Carissma #D8858D

Tints of Carissma #D8858D

RGB

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

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

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

R = 44.08%
G = 27.14%
B = 28.78%

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

#D8858D (or 0xD8858D) is known color: Carissma. HEX triplet: D8, 85 and 8D. RGB value is (216,133,141). Sum of RGB (Red+Green+Blue) = 216+133+141=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8858D is #277A72. Grayscale: #9E9E9E. Windows color (decimal): -2587251 or 9274840. OLE color: 9274840.

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

Color convert

RGB 216 133 141 -
CMYK 0 0.38 0.35 0.15
HSL 354.22º 0.52% 0.68% -
HSV(B) 354.22º 0.38% 0.85% -
XYZ 41.51 33.3 29.44 -
YUV 158.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 216 133 141 0 0.38 0.35 0.15 354.22 0.52 0.68
Hex D8 85 8D 0 26 23 F 162 34 44
Octal 330 205 215 0 46 43 17 542 64 104
Binary 11011000 10000101 10001101 0 100110 100011 1111 101100010 110100 1000100

Color Harmonies of #D8858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8858D

Black with #D8858D

Text Example


Text Example

White with #D8858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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