Html Css Color HEX #D427AD Spicy Pink

📋 copy color: '#D427AD'

red 212 ◦ green 39 ◦ blue 173

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

Shades of Spicy Pink #D427AD

Tints of Spicy Pink #D427AD

RGB

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

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

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

R = 50%
G = 9.2%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D427AD (or 0xD427AD) is known color: Spicy Pink. HEX triplet: D4, 27 and AD. RGB value is (212,39,173). Sum of RGB (Red+Green+Blue) = 212+39+173=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D427AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D427AD is #2BD852. Grayscale: #696969. Windows color (decimal): -2873427 or 11347924. OLE color: 11347924.

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

Color convert

RGB 212 39 173 -
CMYK 0 0.82 0.18 0.17
HSL 313.53º 0.69% 0.49% -
HSV(B) 313.53º 0.82% 0.83% -
XYZ 35.42 18.47 41.23 -
YUV 106 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 212 39 173 0 0.82 0.18 0.17 313.53 0.69 0.49
Hex D4 27 AD 0 52 12 11 13A 45 31
Octal 324 47 255 0 122 22 21 472 105 61
Binary 11010100 100111 10101101 0 1010010 10010 10001 100111010 1000101 110001

Color Harmonies of #D427AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427AD

Black with #D427AD

Text Example


Text Example

White with #D427AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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