Html Css Color HEX #D8868E Carissma

📋 copy color: '#D8868E'

red 216 ◦ green 134 ◦ blue 142

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

Shades of Carissma #D8868E

Tints of Carissma #D8868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.24%

 BLUE value IS 142 (55.86% from 255) = 28.86%

R = 43.9%
G = 27.24%
B = 28.86%

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

#D8868E (or 0xD8868E) is known color: Carissma. HEX triplet: D8, 86 and 8E. RGB value is (216,134,142). Sum of RGB (Red+Green+Blue) = 216+134+142=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8868E is #277971. Grayscale: #9F9F9F. Windows color (decimal): -2586994 or 9340632. OLE color: 9340632.

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

Color convert

RGB 216 134 142 -
CMYK 0 0.38 0.34 0.15
HSL 354.15º 0.51% 0.69% -
HSV(B) 354.15º 0.38% 0.85% -
XYZ 41.73 33.6 29.88 -
YUV 159.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 216 134 142 0 0.38 0.34 0.15 354.15 0.51 0.69
Hex D8 86 8E 0 26 22 F 162 33 45
Octal 330 206 216 0 46 42 17 542 63 105
Binary 11011000 10000110 10001110 0 100110 100010 1111 101100010 110011 1000101

Color Harmonies of #D8868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8868E

Black with #D8868E

Text Example


Text Example

White with #D8868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8868E; }

 p { color: rgb(216,134,142); }

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

background-color css

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

 a { background-color: rgb(216,134,142); }

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

border-color css

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

 span { border-color: rgb(216,134,142); }

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