#DF8BB3

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

Shades of Kobi #DF8BB3

Tints of Kobi #DF8BB3

Color information

#DF8BB3 (or 0xDF8BB3) is unknown color: approx Kobi. HEX triplet: DF, 8B and B3. RGB value is (223,139,179). Sum of RGB (Red+Green+Blue) = 223+139+179=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BB3 is #20744C. Grayscale: #A8A8A8. Windows color (decimal): -2126925 or 11766751. OLE color: 11766751.

HSL color Cylindrical-coordinate representation of color #DF8BB3: hue angle of 331.43º 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 #DF8BB3 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223139179-
CMYK00.380.200.13
HSL331.43º56.76%70.98%-
HSV(B)331.43º37.67%87.45%-
XYZ47.837.4147.35-
YUV168.68133.83166.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=41.22%
G=25.69%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313917900.380.200.13331.4356.7670.98
HexDF8BB302614D14b3947
Octal337213263046241551371107
Binary11011111100010111011001101001101010011011010010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BB3; }

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

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

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

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

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

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

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

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