#DF8794

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

Shades of Carissma #DF8794

Tints of Carissma #DF8794

Color information

#DF8794 (or 0xDF8794) is unknown color: approx Carissma. HEX triplet: DF, 87 and 94. RGB value is (223,135,148). Sum of RGB (Red+Green+Blue) = 223+135+148=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8794 is #20786B. Grayscale: #A2A2A2. Windows color (decimal): -2127980 or 9734111. OLE color: 9734111.

HSL color Cylindrical-coordinate representation of color #DF8794: hue angle of 351.14º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8794 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB223135148-
CMYK00.390.340.13
HSL351.14º57.89%70.2%-
HSV(B)351.14º39.46%87.45%-
XYZ44.4435.1532.46-
YUV162.79119.65170.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=44.07%
G=26.68%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313514800.390.340.13351.1457.8970.2
HexDF879402722D15f3a46
Octal337207224047421553772106
Binary110111111000011110010100010011110001011011010111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8794; }

 p { color: rgb(223,135,148); }

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

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

 a { background-color: rgb(223,135,148); }

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

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

 span { border-color: rgb(223,135,148); }

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