#D7828E

Color #D7828E Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #D7828E

Tints of Carissma #D7828E

Color information

#D7828E (or 0xD7828E) is unknown color: approx Carissma. HEX triplet: D7, 82 and 8E. RGB value is (215,130,142). Sum of RGB (Red+Green+Blue) = 215+130+142=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7828E is #287D71. Grayscale: #9C9C9C. Windows color (decimal): -2653554 or 9339607. OLE color: 9339607.

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

Color convert

RGB215130142-
CMYK00.400.340.16
HSL351.53º51.52%67.65%-
HSV(B)351.53º39.53%84.31%-
XYZ40.8932.3729.68-
YUV156.78119.66169.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=44.15%
G=26.69%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513014200.400.340.16351.5351.5267.65
HexD7828E02822101603444
Octal327202216050422054064104
Binary1101011110000010100011100101000100010100001011000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7828E; }

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

 H1.HeaderClassName
 {
   color: #D7828E;
 }
 .AnyTagClassName
 {
   color: #D7828E;
 }
</style>
background-color css

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

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

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

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

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

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