#DD84B1

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

Shades of Kobi #DD84B1

Tints of Kobi #DD84B1

Color information

#DD84B1 (or 0xDD84B1) is unknown color: approx Kobi. HEX triplet: DD, 84 and B1. RGB value is (221,132,177). Sum of RGB (Red+Green+Blue) = 221+132+177=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD84B1 is #227B4E. Grayscale: #A3A3A3. Windows color (decimal): -2259791 or 11633885. OLE color: 11633885.

HSL color Cylindrical-coordinate representation of color #DD84B1: hue angle of 329.66º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84B1 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221132177-
CMYK00.400.200.13
HSL329.66º56.69%69.22%-
HSV(B)329.66º40.27%86.67%-
XYZ46.0135.0545.94-
YUV163.74135.49168.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=41.70%
G=24.91%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113217700.400.200.13329.6656.6969.22
HexDD84B102814D14a3945
Octal335204261050241551271105
Binary11011101100001001011000101010001010011011010010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84B1; }

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

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

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

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

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

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

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

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