#DC84B2

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

Shades of Kobi #DC84B2

Tints of Kobi #DC84B2

Color information

#DC84B2 (or 0xDC84B2) is unknown color: approx Kobi. HEX triplet: DC, 84 and B2. RGB value is (220,132,178). Sum of RGB (Red+Green+Blue) = 220+132+178=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84B2 is #237B4D. Grayscale: #A3A3A3. Windows color (decimal): -2325326 or 11699420. OLE color: 11699420.

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

Color convert

RGB220132178-
CMYK00.400.190.14
HSL328.64º55.7%69.02%-
HSV(B)328.64º40%86.27%-
XYZ45.834.9346.45-
YUV163.56136.15168.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=41.51%
G=24.91%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013217800.400.190.14328.6455.769.02
HexDC84B202813E1493845
Octal334204262050231651170105
Binary11011100100001001011001001010001001111101010010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84B2; }

 p { color: rgb(220,132,178); }

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

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

 a { background-color: rgb(220,132,178); }

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

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

 span { border-color: rgb(220,132,178); }

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