#D37FAF

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

Shades of Kobi #D37FAF

Tints of Kobi #D37FAF

Color information

#D37FAF (or 0xD37FAF) is unknown color: approx Kobi. HEX triplet: D3, 7F and AF. RGB value is (211,127,175). Sum of RGB (Red+Green+Blue) = 211+127+175=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37FAF is #2C8050. Grayscale: #9D9D9D. Windows color (decimal): -2916433 or 11501523. OLE color: 11501523.

HSL color Cylindrical-coordinate representation of color #D37FAF: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37FAF is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB211127175-
CMYK00.400.170.17
HSL325.71º48.84%66.27%-
HSV(B)325.71º39.81%82.75%-
XYZ42.1932.1244.53-
YUV157.59137.83166.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=41.13%
G=24.76%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112717500.400.170.17325.7148.8466.27
HexD37FAF02811111463142
Octal323177257050212150661102
Binary11010011111111110101111010100010001100011010001101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37FAF; }

 p { color: rgb(211,127,175); }

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

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

 a { background-color: rgb(211,127,175); }

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

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

 span { border-color: rgb(211,127,175); }

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