#D681AD

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

Shades of Kobi #D681AD

Tints of Kobi #D681AD

Color information

#D681AD (or 0xD681AD) is unknown color: approx Kobi. HEX triplet: D6, 81 and AD. RGB value is (214,129,173). Sum of RGB (Red+Green+Blue) = 214+129+173=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D681AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D681AD is #297E52. Grayscale: #9F9F9F. Windows color (decimal): -2719315 or 11370966. OLE color: 11370966.

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

Color convert

RGB214129173-
CMYK00.400.190.16
HSL328.94º50.9%67.25%-
HSV(B)328.94º39.72%83.92%-
XYZ43.1233.0143.63-
YUV159.43135.66166.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=41.47%
G=25%
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
Decimal21412917300.400.190.16328.9450.967.25
HexD681AD02813101493343
Octal326201255050232051163103
Binary110101101000000110101101010100010011100001010010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681AD; }

 p { color: rgb(214,129,173); }

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

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

 a { background-color: rgb(214,129,173); }

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

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

 span { border-color: rgb(214,129,173); }

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