#DF90B3

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

Shades of Kobi #DF90B3

Tints of Kobi #DF90B3

Color information

#DF90B3 (or 0xDF90B3) is unknown color: approx Kobi. HEX triplet: DF, 90 and B3. RGB value is (223,144,179). Sum of RGB (Red+Green+Blue) = 223+144+179=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90B3 is #206F4C. Grayscale: #ABABAB. Windows color (decimal): -2125645 or 11768031. OLE color: 11768031.

HSL color Cylindrical-coordinate representation of color #DF90B3: hue angle of 333.42º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90B3 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223144179-
CMYK00.350.200.13
HSL333.42º55.24%71.96%-
HSV(B)333.42º35.43%87.45%-
XYZ48.5438.8947.6-
YUV171.61132.17164.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=40.84%
G=26.37%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314417900.350.200.13333.4255.2471.96
HexDF90B302314D14d3748
Octal337220263043241551567110
Binary11011111100100001011001101000111010011011010011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90B3; }

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

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

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

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

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

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

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

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