#DD90B1

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

Shades of Kobi #DD90B1

Tints of Kobi #DD90B1

Color information

#DD90B1 (or 0xDD90B1) is unknown color: approx Kobi. HEX triplet: DD, 90 and B1. RGB value is (221,144,177). Sum of RGB (Red+Green+Blue) = 221+144+177=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90B1 is #226F4E. Grayscale: #AAAAAA. Windows color (decimal): -2256719 or 11636957. OLE color: 11636957.

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

Color convert

RGB221144177-
CMYK00.350.200.13
HSL334.29º53.1%71.57%-
HSV(B)334.29º34.84%86.67%-
XYZ47.7338.4946.51-
YUV170.78131.51163.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=40.77%
G=26.57%
B=32.66%

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
Decimal22114417700.350.200.13334.2953.171.57
HexDD90B102314D14e3548
Octal335220261043241551665110
Binary11011101100100001011000101000111010011011010011101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90B1; }

 p { color: rgb(221,144,177); }

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

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

 a { background-color: rgb(221,144,177); }

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

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

 span { border-color: rgb(221,144,177); }

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