#D07FAE

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

Shades of Kobi #D07FAE

Tints of Kobi #D07FAE

Color information

#D07FAE (or 0xD07FAE) is unknown color: approx Kobi. HEX triplet: D0, 7F and AE. RGB value is (208,127,174). Sum of RGB (Red+Green+Blue) = 208+127+174=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FAE is #2F8051. Grayscale: #9C9C9C. Windows color (decimal): -3113042 or 11435984. OLE color: 11435984.

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

Color convert

RGB208127174-
CMYK00.390.160.18
HSL325.19º46.29%65.69%-
HSV(B)325.19º38.94%81.57%-
XYZ41.2431.6443.98-
YUV156.58137.84164.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=40.86%
G=24.95%
B=34.18%

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
Decimal20812717400.390.160.18325.1946.2965.69
HexD07FAE02710121452e42
Octal320177256047202250556102
Binary11010000111111110101110010011110000100101010001011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FAE; }

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

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

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

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

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

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

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

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