#D07FAF

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

Shades of Kobi #D07FAF

Tints of Kobi #D07FAF

Color information

#D07FAF (or 0xD07FAF) is unknown color: approx Kobi. HEX triplet: D0, 7F and AF. RGB value is (208,127,175). Sum of RGB (Red+Green+Blue) = 208+127+175=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FAF is #2F8050. Grayscale: #9C9C9C. Windows color (decimal): -3113041 or 11501520. OLE color: 11501520.

HSL color Cylindrical-coordinate representation of color #D07FAF: hue angle of 324.44º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FAF is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208127175-
CMYK00.390.160.18
HSL324.44º46.29%65.69%-
HSV(B)324.44º38.94%81.57%-
XYZ41.3431.6844.49-
YUV156.69138.34164.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=40.78%
G=24.90%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812717500.390.160.18324.4446.2965.69
HexD07FAF02710121442e42
Octal320177257047202250456102
Binary11010000111111110101111010011110000100101010001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FAF; }

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

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

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

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

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

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

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

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