#DD7FA8

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

Shades of Kobi #DD7FA8

Tints of Kobi #DD7FA8

Color information

#DD7FA8 (or 0xDD7FA8) is unknown color: approx Kobi. HEX triplet: DD, 7F and A8. RGB value is (221,127,168). Sum of RGB (Red+Green+Blue) = 221+127+168=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FA8 is #228057. Grayscale: #9F9F9F. Windows color (decimal): -2261080 or 11042781. OLE color: 11042781.

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

Color convert

RGB221127168-
CMYK00.430.240.13
HSL333.83º58.02%68.24%-
HSV(B)333.83º42.53%86.67%-
XYZ44.4833.3841.14-
YUV159.78132.64171.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=42.83%
G=24.61%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112716800.430.240.13333.8358.0268.24
HexDD7FA802B18D14e3a44
Octal335177250053301551672104
Binary1101110111111111010100001010111100011011010011101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FA8; }

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

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

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

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

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

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

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

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