#DF8BB4

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

Shades of Kobi #DF8BB4

Tints of Kobi #DF8BB4

Color information

#DF8BB4 (or 0xDF8BB4) is unknown color: approx Kobi. HEX triplet: DF, 8B and B4. RGB value is (223,139,180). Sum of RGB (Red+Green+Blue) = 223+139+180=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BB4 is #20744B. Grayscale: #A8A8A8. Windows color (decimal): -2126924 or 11832287. OLE color: 11832287.

HSL color Cylindrical-coordinate representation of color #DF8BB4: hue angle of 330.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BB4 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223139180-
CMYK00.380.190.13
HSL330.71º56.76%70.98%-
HSV(B)330.71º37.67%87.45%-
XYZ47.937.4547.88-
YUV168.79134.33166.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=41.14%
G=25.65%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313918000.380.190.13330.7156.7670.98
HexDF8BB402613D14b3947
Octal337213264046231551371107
Binary11011111100010111011010001001101001111011010010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BB4; }

 p { color: rgb(223,139,180); }

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

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

 a { background-color: rgb(223,139,180); }

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

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

 span { border-color: rgb(223,139,180); }

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