Html Css Color HEX #D8828C Carissma

📋 copy color: '#D8828C'

red 216 ◦ green 130 ◦ blue 140

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

Shades of Carissma #D8828C

Tints of Carissma #D8828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 44.44%
G = 26.75%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8828C (or 0xD8828C) is known color: Carissma. HEX triplet: D8, 82 and 8C. RGB value is (216,130,140). Sum of RGB (Red+Green+Blue) = 216+130+140=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8828C is #277D73. Grayscale: #9C9C9C. Windows color (decimal): -2588020 or 9208536. OLE color: 9208536.

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

Color convert

RGB 216 130 140 -
CMYK 0 0.40 0.35 0.15
HSL 353.02º 0.52% 0.68% -
HSV(B) 353.02º 0.4% 0.85% -
XYZ 41.04 32.46 28.91 -
YUV 156.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 216 130 140 0 0.40 0.35 0.15 353.02 0.52 0.68
Hex D8 82 8C 0 28 23 F 161 34 44
Octal 330 202 214 0 50 43 17 541 64 104
Binary 11011000 10000010 10001100 0 101000 100011 1111 101100001 110100 1000100

Color Harmonies of #D8828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8828C

Black with #D8828C

Text Example


Text Example

White with #D8828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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