#DF91B4

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

Shades of Kobi #DF91B4

Tints of Kobi #DF91B4

Color information

#DF91B4 (or 0xDF91B4) is unknown color: approx Kobi. HEX triplet: DF, 91 and B4. RGB value is (223,145,180). Sum of RGB (Red+Green+Blue) = 223+145+180=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91B4 is #206E4B. Grayscale: #ACACAC. Windows color (decimal): -2125388 or 11833823. OLE color: 11833823.

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

Color convert

RGB223145180-
CMYK00.350.190.13
HSL333.08º54.93%72.16%-
HSV(B)333.08º34.98%87.45%-
XYZ48.839.2348.18-
YUV172.31132.34164.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=40.69%
G=26.46%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314518000.350.190.13333.0854.9372.16
HexDF91B402313D14d3748
Octal337221264043231551567110
Binary11011111100100011011010001000111001111011010011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91B4; }

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

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

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

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

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

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

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

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