#DC84AF

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

Shades of Kobi #DC84AF

Tints of Kobi #DC84AF

Color information

#DC84AF (or 0xDC84AF) is unknown color: approx Kobi. HEX triplet: DC, 84 and AF. RGB value is (220,132,175). Sum of RGB (Red+Green+Blue) = 220+132+175=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84AF is #237B50. Grayscale: #A3A3A3. Windows color (decimal): -2325329 or 11502812. OLE color: 11502812.

HSL color Cylindrical-coordinate representation of color #DC84AF: hue angle of 330.68º 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 #DC84AF is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220132175-
CMYK00.400.200.14
HSL330.68º55.7%69.02%-
HSV(B)330.68º40%86.27%-
XYZ45.534.8144.88-
YUV163.21134.65168.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=41.75%
G=25.05%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013217500.400.200.14330.6855.769.02
HexDC84AF02814E14b3845
Octal334204257050241651370105
Binary11011100100001001010111101010001010011101010010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC84AF; }

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

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

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

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

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

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

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

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