#D681AE

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

Shades of Kobi #D681AE

Tints of Kobi #D681AE

Color information

#D681AE (or 0xD681AE) is unknown color: approx Kobi. HEX triplet: D6, 81 and AE. RGB value is (214,129,174). Sum of RGB (Red+Green+Blue) = 214+129+174=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D681AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D681AE is #297E51. Grayscale: #9F9F9F. Windows color (decimal): -2719314 or 11436502. OLE color: 11436502.

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

Color convert

RGB214129174-
CMYK00.400.190.16
HSL328.24º50.9%67.25%-
HSV(B)328.24º39.72%83.92%-
XYZ43.2233.0544.15-
YUV159.55136.16166.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=41.39%
G=24.95%
B=33.66%

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
Decimal21412917400.400.190.16328.2450.967.25
HexD681AE02813101483343
Octal326201256050232051063103
Binary110101101000000110101110010100010011100001010010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681AE; }

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

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

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

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

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

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

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

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