#D780B2

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

Shades of Kobi #D780B2

Tints of Kobi #D780B2

Color information

#D780B2 (or 0xD780B2) is unknown color: approx Kobi. HEX triplet: D7, 80 and B2. RGB value is (215,128,178). Sum of RGB (Red+Green+Blue) = 215+128+178=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D780B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D780B2 is #287F4D. Grayscale: #9F9F9F. Windows color (decimal): -2654030 or 11698391. OLE color: 11698391.

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

Color convert

RGB215128178-
CMYK00.400.170.16
HSL325.52º52.1%67.25%-
HSV(B)325.52º40.47%84.31%-
XYZ43.7833.146.2-
YUV159.71138.32167.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 178 (69.92% from 255) = 34.17%
R=41.27%
G=24.57%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512817800.400.170.16325.5252.167.25
HexD780B202811101463443
Octal327200262050212050664103
Binary110101111000000010110010010100010001100001010001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780B2; }

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

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

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

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

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

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

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

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