Html Css Color HEX #D327AF Spicy Pink

📋 copy color: '#D327AF'

red 211 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #D327AF

Tints of Spicy Pink #D327AF

RGB

 RED value IS 211 (82.81% from 255) = 49.65%

 GREEN value IS 39 (15.63% from 255) = 9.18%

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

R = 49.65%
G = 9.18%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D327AF (or 0xD327AF) is known color: Spicy Pink. HEX triplet: D3, 27 and AF. RGB value is (211,39,175). Sum of RGB (Red+Green+Blue) = 211+39+175=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D327AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D327AF is #2CD850. Grayscale: #696969. Windows color (decimal): -2938961 or 11478995. OLE color: 11478995.

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

Color convert

RGB 211 39 175 -
CMYK 0 0.82 0.17 0.17
HSL 312.56º 0.69% 0.49% -
HSV(B) 312.56º 0.82% 0.83% -
XYZ 35.33 18.4 42.25 -
YUV 105.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 211 39 175 0 0.82 0.17 0.17 312.56 0.69 0.49
Hex D3 27 AF 0 52 11 11 139 45 31
Octal 323 47 257 0 122 21 21 471 105 61
Binary 11010011 100111 10101111 0 1010010 10001 10001 100111001 1000101 110001

Color Harmonies of #D327AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327AF

Black with #D327AF

Text Example


Text Example

White with #D327AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327AF; }

 p { color: rgb(211,39,175); }

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

background-color css

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

 a { background-color: rgb(211,39,175); }

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

border-color css

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

 span { border-color: rgb(211,39,175); }

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