Html Css Color HEX #D47DAF Kobi

📋 copy color: '#D47DAF'

red 212 ◦ green 125 ◦ blue 175

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

Shades of Kobi #D47DAF

Tints of Kobi #D47DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 41.41%
G = 24.41%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D47DAF (or 0xD47DAF) is known color: Kobi. HEX triplet: D4, 7D and AF. RGB value is (212,125,175). Sum of RGB (Red+Green+Blue) = 212+125+175=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47DAF is #2B8250. Grayscale: #9C9C9C. Windows color (decimal): -2851409 or 11501012. OLE color: 11501012.

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

Color convert

RGB 212 125 175 -
CMYK 0 0.41 0.17 0.17
HSL 325.52º 0.5% 0.66% -
HSV(B) 325.52º 0.41% 0.83% -
XYZ 42.22 31.76 44.46 -
YUV 156.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 212 125 175 0 0.41 0.17 0.17 325.52 0.5 0.66
Hex D4 7D AF 0 29 11 11 146 32 42
Octal 324 175 257 0 51 21 21 506 62 102
Binary 11010100 1111101 10101111 0 101001 10001 10001 101000110 110010 1000010

Color Harmonies of #D47DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DAF

Black with #D47DAF

Text Example


Text Example

White with #D47DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DAF; }

 p { color: rgb(212,125,175); }

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

background-color css

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

 a { background-color: rgb(212,125,175); }

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

border-color css

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

 span { border-color: rgb(212,125,175); }

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