Html Css Color HEX #D47FAD Kobi

📋 copy color: '#D47FAD'

red 212 ◦ green 127 ◦ blue 173

#D47FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D47FAD

Tints of Kobi #D47FAD

RGB

 RED value IS 212 (83.2% from 255) = 41.41%

 GREEN value IS 127 (50% from 255) = 24.8%

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 41.41%
G = 24.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D47FAD (or 0xD47FAD) is known color: Kobi. HEX triplet: D4, 7F and AD. RGB value is (212,127,173). Sum of RGB (Red+Green+Blue) = 212+127+173=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FAD is #2B8052. Grayscale: #9D9D9D. Windows color (decimal): -2850899 or 11370452. OLE color: 11370452.

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

Color convert

RGB 212 127 173 -
CMYK 0 0.40 0.18 0.17
HSL 327.53º 0.5% 0.66% -
HSV(B) 327.53º 0.4% 0.83% -
XYZ 42.28 32.19 43.52 -
YUV 157.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 212 127 173 0 0.40 0.18 0.17 327.53 0.5 0.66
Hex D4 7F AD 0 28 12 11 148 32 42
Octal 324 177 255 0 50 22 21 510 62 102
Binary 11010100 1111111 10101101 0 101000 10010 10001 101001000 110010 1000010

Color Harmonies of #D47FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FAD

Black with #D47FAD

Text Example


Text Example

White with #D47FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FAD; }

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

 H1.HeaderClassName
 {
   color: #D47FAD;
 }
 .AnyTagClassName
 {
   color: #D47FAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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