#D47CAD

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

Shades of Kobi #D47CAD

Tints of Kobi #D47CAD

Color information

#D47CAD (or 0xD47CAD) is unknown color: approx Kobi. HEX triplet: D4, 7C and AD. RGB value is (212,124,173). Sum of RGB (Red+Green+Blue) = 212+124+173=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47CAD is #2B8352. Grayscale: #9B9B9B. Windows color (decimal): -2851667 or 11369684. OLE color: 11369684.

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

Color convert

RGB212124173-
CMYK00.420.180.17
HSL326.59º50.57%65.88%-
HSV(B)326.59º41.51%83.14%-
XYZ41.931.4343.39-
YUV155.9137.65168.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=41.65%
G=24.36%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212417300.420.180.17326.5950.5765.88
HexD47CAD02A12111473342
Octal324174255052222150763102
Binary11010100111110010101101010101010010100011010001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47CAD; }

 p { color: rgb(212,124,173); }

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

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

 a { background-color: rgb(212,124,173); }

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

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

 span { border-color: rgb(212,124,173); }

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