#D782AE

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

Shades of Kobi #D782AE

Tints of Kobi #D782AE

Color information

#D782AE (or 0xD782AE) is unknown color: approx Kobi. HEX triplet: D7, 82 and AE. RGB value is (215,130,174). Sum of RGB (Red+Green+Blue) = 215+130+174=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D782AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D782AE is #287D51. Grayscale: #A0A0A0. Windows color (decimal): -2653522 or 11436759. OLE color: 11436759.

HSL color Cylindrical-coordinate representation of color #D782AE: hue angle of 328.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782AE is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215130174-
CMYK00.400.190.16
HSL328.94º51.52%67.65%-
HSV(B)328.94º39.53%84.31%-
XYZ43.6533.4744.2-
YUV160.43135.66166.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=41.43%
G=25.05%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513017400.400.190.16328.9451.5267.65
HexD782AE02813101493444
Octal327202256050232051164104
Binary110101111000001010101110010100010011100001010010011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782AE; }

 p { color: rgb(215,130,174); }

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

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

 a { background-color: rgb(215,130,174); }

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

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

 span { border-color: rgb(215,130,174); }

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