#DD7BAE

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

Shades of Kobi #DD7BAE

Tints of Kobi #DD7BAE

Color information

#DD7BAE (or 0xDD7BAE) is unknown color: approx Kobi. HEX triplet: DD, 7B and AE. RGB value is (221,123,174). Sum of RGB (Red+Green+Blue) = 221+123+174=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAE is #228451. Grayscale: #9E9E9E. Windows color (decimal): -2262098 or 11434973. OLE color: 11434973.

HSL color Cylindrical-coordinate representation of color #DD7BAE: hue angle of 328.78º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BAE is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221123174-
CMYK00.440.210.13
HSL328.78º59.04%67.45%-
HSV(B)328.78º44.34%86.67%-
XYZ44.5432.5943.99-
YUV158.12136.97172.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=42.66%
G=23.75%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112317400.440.210.13328.7859.0467.45
HexDD7BAE02C15D1493b43
Octal335173256054251551173103
Binary1101110111110111010111001011001010111011010010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BAE; }

 p { color: rgb(221,123,174); }

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

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

 a { background-color: rgb(221,123,174); }

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

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

 span { border-color: rgb(221,123,174); }

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