#D88288

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

Shades of Carissma #D88288

Tints of Carissma #D88288

Color information

#D88288 (or 0xD88288) is unknown color: approx Carissma. HEX triplet: D8, 82 and 88. RGB value is (216,130,136). Sum of RGB (Red+Green+Blue) = 216+130+136=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D88288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88288 is #277D77. Grayscale: #9C9C9C. Windows color (decimal): -2588024 or 8946392. OLE color: 8946392.

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

Color convert

RGB216130136-
CMYK00.400.370.15
HSL355.81º52.44%67.84%-
HSV(B)355.81º39.81%84.71%-
XYZ40.7532.3427.39-
YUV156.4116.49170.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=44.81%
G=26.97%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613013600.400.370.15355.8152.4467.84
HexD8828802825F1643444
Octal330202210050451754464104
Binary110110001000001010001000010100010010111111011001001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88288; }

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

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

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

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

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

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

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

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