#DD83B1

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

Shades of Kobi #DD83B1

Tints of Kobi #DD83B1

Color information

#DD83B1 (or 0xDD83B1) is unknown color: approx Kobi. HEX triplet: DD, 83 and B1. RGB value is (221,131,177). Sum of RGB (Red+Green+Blue) = 221+131+177=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83B1 is #227C4E. Grayscale: #A3A3A3. Windows color (decimal): -2260047 or 11633629. OLE color: 11633629.

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

Color convert

RGB221131177-
CMYK00.410.200.13
HSL329.33º56.96%69.02%-
HSV(B)329.33º40.72%86.67%-
XYZ45.8734.7845.89-
YUV163.15135.82169.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 131 (51.56% from 255) = 24.76%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=41.78%
G=24.76%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113117700.410.200.13329.3356.9669.02
HexDD83B102914D1493945
Octal335203261051241551171105
Binary11011101100000111011000101010011010011011010010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83B1; }

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

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

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

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

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

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

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

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