#D693A7

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

Shades of Kobi #D693A7

Tints of Kobi #D693A7

Color information

#D693A7 (or 0xD693A7) is unknown color: approx Kobi. HEX triplet: D6, 93 and A7. RGB value is (214,147,167). Sum of RGB (Red+Green+Blue) = 214+147+167=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D693A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D693A7 is #296C58. Grayscale: #A9A9A9. Windows color (decimal): -2714713 or 10982358. OLE color: 10982358.

HSL color Cylindrical-coordinate representation of color #D693A7: hue angle of 342.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693A7 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214147167-
CMYK00.310.220.16
HSL342.09º44.97%70.78%-
HSV(B)342.09º31.31%83.92%-
XYZ45.1437.9541.51-
YUV169.31126.7159.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=40.53%
G=27.84%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414716700.310.220.16342.0944.9770.78
HexD693A701F16101562d47
Octal326223247037262052655107
Binary11010110100100111010011101111110110100001010101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693A7; }

 p { color: rgb(214,147,167); }

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

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

 a { background-color: rgb(214,147,167); }

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

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

 span { border-color: rgb(214,147,167); }

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