#D982B2

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

Shades of Kobi #D982B2

Tints of Kobi #D982B2

Color information

#D982B2 (or 0xD982B2) is unknown color: approx Kobi. HEX triplet: D9, 82 and B2. RGB value is (217,130,178). Sum of RGB (Red+Green+Blue) = 217+130+178=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D982B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D982B2 is #267D4D. Grayscale: #A1A1A1. Windows color (decimal): -2522446 or 11698905. OLE color: 11698905.

HSL color Cylindrical-coordinate representation of color #D982B2: hue angle of 326.9º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D982B2 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217130178-
CMYK00.400.180.15
HSL326.9º53.37%68.04%-
HSV(B)326.9º40.09%85.1%-
XYZ44.6333.9346.32-
YUV161.48137.32167.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=41.33%
G=24.76%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713017800.400.180.15326.953.3768.04
HexD982B202812F1473544
Octal331202262050221750765104
Binary11011001100000101011001001010001001011111010001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982B2; }

 p { color: rgb(217,130,178); }

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

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

 a { background-color: rgb(217,130,178); }

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

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

 span { border-color: rgb(217,130,178); }

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