#DC82B4

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

Shades of Kobi #DC82B4

Tints of Kobi #DC82B4

Color information

#DC82B4 (or 0xDC82B4) is unknown color: approx Kobi. HEX triplet: DC, 82 and B4. RGB value is (220,130,180). Sum of RGB (Red+Green+Blue) = 220+130+180=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82B4 is #237D4B. Grayscale: #A2A2A2. Windows color (decimal): -2325836 or 11829980. OLE color: 11829980.

HSL color Cylindrical-coordinate representation of color #DC82B4: hue angle of 326.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82B4 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220130180-
CMYK00.410.180.14
HSL326.67º56.25%68.63%-
HSV(B)326.67º40.91%86.27%-
XYZ45.7434.4847.42-
YUV162.61137.82168.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=41.51%
G=24.53%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013018000.410.180.14326.6756.2568.63
HexDC82B402912E1473845
Octal334202264051221650770105
Binary11011100100000101011010001010011001011101010001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82B4; }

 p { color: rgb(220,130,180); }

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

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

 a { background-color: rgb(220,130,180); }

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

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

 span { border-color: rgb(220,130,180); }

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