#D780AD

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

Shades of Kobi #D780AD

Tints of Kobi #D780AD

Color information

#D780AD (or 0xD780AD) is unknown color: approx Kobi. HEX triplet: D7, 80 and AD. RGB value is (215,128,173). Sum of RGB (Red+Green+Blue) = 215+128+173=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D780AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D780AD is #287F52. Grayscale: #9F9F9F. Windows color (decimal): -2654035 or 11370711. OLE color: 11370711.

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

Color convert

RGB215128173-
CMYK00.400.200.16
HSL328.97º52.1%67.25%-
HSV(B)328.97º40.47%84.31%-
XYZ43.2932.943.6-
YUV159.14135.82167.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=41.67%
G=24.81%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512817300.400.200.16328.9752.167.25
HexD780AD02814101493443
Octal327200255050242051164103
Binary110101111000000010101101010100010100100001010010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780AD; }

 p { color: rgb(215,128,173); }

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

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

 a { background-color: rgb(215,128,173); }

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

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

 span { border-color: rgb(215,128,173); }

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