Html Css Color HEX #D8828E Carissma

📋 copy color: '#D8828E'

red 216 ◦ green 130 ◦ blue 142

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

Shades of Carissma #D8828E

Tints of Carissma #D8828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.64%

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

R = 44.26%
G = 26.64%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8828E (or 0xD8828E) is known color: Carissma. HEX triplet: D8, 82 and 8E. RGB value is (216,130,142). Sum of RGB (Red+Green+Blue) = 216+130+142=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8828E is #277D71. Grayscale: #9D9D9D. Windows color (decimal): -2588018 or 9339608. OLE color: 9339608.

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

Color convert

RGB 216 130 142 -
CMYK 0 0.40 0.34 0.15
HSL 351.63º 0.52% 0.68% -
HSV(B) 351.63º 0.4% 0.85% -
XYZ 41.18 32.52 29.7 -
YUV 157.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 216 130 142 0 0.40 0.34 0.15 351.63 0.52 0.68
Hex D8 82 8E 0 28 22 F 160 34 44
Octal 330 202 216 0 50 42 17 540 64 104
Binary 11011000 10000010 10001110 0 101000 100010 1111 101100000 110100 1000100

Color Harmonies of #D8828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8828E

Black with #D8828E

Text Example


Text Example

White with #D8828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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