#DD7FB0

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

Shades of Kobi #DD7FB0

Tints of Kobi #DD7FB0

Color information

#DD7FB0 (or 0xDD7FB0) is unknown color: approx Kobi. HEX triplet: DD, 7F and B0. RGB value is (221,127,176). Sum of RGB (Red+Green+Blue) = 221+127+176=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FB0 is #22804F. Grayscale: #A0A0A0. Windows color (decimal): -2261072 or 11567069. OLE color: 11567069.

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

Color convert

RGB221127176-
CMYK00.430.200.13
HSL328.72º58.02%68.24%-
HSV(B)328.72º42.53%86.67%-
XYZ45.2433.6945.19-
YUV160.69136.64171.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=42.18%
G=24.24%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112717600.430.200.13328.7258.0268.24
HexDD7FB002B14D1493a44
Octal335177260053241551172104
Binary1101110111111111011000001010111010011011010010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FB0; }

 p { color: rgb(221,127,176); }

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

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

 a { background-color: rgb(221,127,176); }

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

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

 span { border-color: rgb(221,127,176); }

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