#D07FAD

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

Shades of Kobi #D07FAD

Tints of Kobi #D07FAD

Color information

#D07FAD (or 0xD07FAD) is unknown color: approx Kobi. HEX triplet: D0, 7F and AD. RGB value is (208,127,173). Sum of RGB (Red+Green+Blue) = 208+127+173=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FAD is #2F8052. Grayscale: #9C9C9C. Windows color (decimal): -3113043 or 11370448. OLE color: 11370448.

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

Color convert

RGB208127173-
CMYK00.390.170.18
HSL325.93º46.29%65.69%-
HSV(B)325.93º38.94%81.57%-
XYZ41.1431.6143.47-
YUV156.46137.34164.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=40.94%
G=25%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812717300.390.170.18325.9346.2965.69
HexD07FAD02711121462e42
Octal320177255047212250656102
Binary11010000111111110101101010011110001100101010001101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FAD; }

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

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

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

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

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

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

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

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