#D284AA

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

Shades of Kobi #D284AA

Tints of Kobi #D284AA

Color information

#D284AA (or 0xD284AA) is unknown color: approx Kobi. HEX triplet: D2, 84 and AA. RGB value is (210,132,170). Sum of RGB (Red+Green+Blue) = 210+132+170=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D284AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D284AA is #2D7B55. Grayscale: #9F9F9F. Windows color (decimal): -2980694 or 11175122. OLE color: 11175122.

HSL color Cylindrical-coordinate representation of color #D284AA: hue angle of 330.77º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284AA is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210132170-
CMYK00.370.190.18
HSL330.77º46.43%67.06%-
HSV(B)330.77º37.14%82.35%-
XYZ42.0933.1142.2-
YUV159.65133.84163.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=41.02%
G=25.78%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013217000.370.190.18330.7746.4367.06
HexD284AA025131214b2e43
Octal322204252045232251356103
Binary110100101000010010101010010010110011100101010010111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284AA; }

 p { color: rgb(210,132,170); }

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

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

 a { background-color: rgb(210,132,170); }

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

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

 span { border-color: rgb(210,132,170); }

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