Html Css Color HEX #D424AF Spicy Pink

📋 copy color: '#D424AF'

red 212 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #D424AF

Tints of Spicy Pink #D424AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.51%

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

R = 50.12%
G = 8.51%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D424AF (or 0xD424AF) is known color: Spicy Pink. HEX triplet: D4, 24 and AF. RGB value is (212,36,175). Sum of RGB (Red+Green+Blue) = 212+36+175=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D424AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D424AF is #2BDB50. Grayscale: #686868. Windows color (decimal): -2874193 or 11478228. OLE color: 11478228.

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

Color convert

RGB 212 36 175 -
CMYK 0 0.83 0.17 0.17
HSL 312.61º 0.71% 0.49% -
HSV(B) 312.61º 0.83% 0.83% -
XYZ 35.52 18.35 42.23 -
YUV 104.47 167.81 204.7 -
System Red Green Blue C M Y K H S L
Decimal 212 36 175 0 0.83 0.17 0.17 312.61 0.71 0.49
Hex D4 24 AF 0 53 11 11 139 47 31
Octal 324 44 257 0 123 21 21 471 107 61
Binary 11010100 100100 10101111 0 1010011 10001 10001 100111001 1000111 110001

Color Harmonies of #D424AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D424AF

Black with #D424AF

Text Example


Text Example

White with #D424AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D424AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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