Html Css Color HEX #D824AF Spicy Pink

📋 copy color: '#D824AF'

red 216 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #D824AF

Tints of Spicy Pink #D824AF

RGB

 RED value IS 216 (84.77% from 255) = 50.59%

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

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

R = 50.59%
G = 8.43%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D824AF (or 0xD824AF) is known color: Spicy Pink. HEX triplet: D8, 24 and AF. RGB value is (216,36,175). Sum of RGB (Red+Green+Blue) = 216+36+175=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D824AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D824AF is #27DB50. Grayscale: #696969. Windows color (decimal): -2612049 or 11478232. OLE color: 11478232.

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

Color convert

RGB 216 36 175 -
CMYK 0 0.83 0.19 0.15
HSL 313.67º 0.71% 0.49% -
HSV(B) 313.67º 0.83% 0.85% -
XYZ 36.69 18.96 42.28 -
YUV 105.67 167.13 206.7 -
System Red Green Blue C M Y K H S L
Decimal 216 36 175 0 0.83 0.19 0.15 313.67 0.71 0.49
Hex D8 24 AF 0 53 13 F 13A 47 31
Octal 330 44 257 0 123 23 17 472 107 61
Binary 11011000 100100 10101111 0 1010011 10011 1111 100111010 1000111 110001

Color Harmonies of #D824AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D824AF

Black with #D824AF

Text Example


Text Example

White with #D824AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D824AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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