Html Css Color HEX #D47FAA Kobi

📋 copy color: '#D47FAA'

red 212 ◦ green 127 ◦ blue 170

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

Shades of Kobi #D47FAA

Tints of Kobi #D47FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 41.65%
G = 24.95%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D47FAA (or 0xD47FAA) is known color: Kobi. HEX triplet: D4, 7F and AA. RGB value is (212,127,170). Sum of RGB (Red+Green+Blue) = 212+127+170=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47FAA is #2B8055. Grayscale: #9D9D9D. Windows color (decimal): -2850902 or 11173844. OLE color: 11173844.

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

Color convert

RGB 212 127 170 -
CMYK 0 0.40 0.20 0.17
HSL 329.65º 0.5% 0.66% -
HSV(B) 329.65º 0.4% 0.83% -
XYZ 42 32.08 42.01 -
YUV 157.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 212 127 170 0 0.40 0.20 0.17 329.65 0.5 0.66
Hex D4 7F AA 0 28 14 11 14A 32 42
Octal 324 177 252 0 50 24 21 512 62 102
Binary 11010100 1111111 10101010 0 101000 10100 10001 101001010 110010 1000010

Color Harmonies of #D47FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FAA

Black with #D47FAA

Text Example


Text Example

White with #D47FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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