#D782B4

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

Shades of Kobi #D782B4

Tints of Kobi #D782B4

Color information

#D782B4 (or 0xD782B4) is unknown color: approx Kobi. HEX triplet: D7, 82 and B4. RGB value is (215,130,180). Sum of RGB (Red+Green+Blue) = 215+130+180=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D782B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782B4 is #287D4B. Grayscale: #A1A1A1. Windows color (decimal): -2653516 or 11829975. OLE color: 11829975.

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

Color convert

RGB215130180-
CMYK00.400.160.16
HSL324.71º51.52%67.65%-
HSV(B)324.71º39.53%84.31%-
XYZ44.2533.7147.35-
YUV161.12138.66166.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=40.95%
G=24.76%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513018000.400.160.16324.7151.5267.65
HexD782B402810101453444
Octal327202264050202050564104
Binary110101111000001010110100010100010000100001010001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782B4; }

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

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

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

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

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

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

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

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