#DF809B

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

Shades of Carissma #DF809B

Tints of Carissma #DF809B

Color information

#DF809B (or 0xDF809B) is unknown color: approx Carissma. HEX triplet: DF, 80 and 9B. RGB value is (223,128,155). Sum of RGB (Red+Green+Blue) = 223+128+155=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF809B is #207F64. Grayscale: #9F9F9F. Windows color (decimal): -2129765 or 10191071. OLE color: 10191071.

HSL color Cylindrical-coordinate representation of color #DF809B: hue angle of 342.95º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF809B is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223128155-
CMYK00.430.300.13
HSL342.95º59.75%68.82%-
HSV(B)342.95º42.6%87.45%-
XYZ44.0733.4935.15-
YUV159.48125.47173.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=44.07%
G=25.30%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312815500.430.300.13342.9559.7568.82
HexDF809B02B1ED1573c45
Octal337200233053361552774105
Binary11011111100000001001101101010111111011011010101111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF809B; }

 p { color: rgb(223,128,155); }

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

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

 a { background-color: rgb(223,128,155); }

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

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

 span { border-color: rgb(223,128,155); }

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