Html Css Color HEX #D825AF Spicy Pink

📋 copy color: '#D825AF'

red 216 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #D825AF

Tints of Spicy Pink #D825AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.64%

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

R = 50.47%
G = 8.64%
B = 40.89%

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

#D825AF (or 0xD825AF) is known color: Spicy Pink. HEX triplet: D8, 25 and AF. RGB value is (216,37,175). Sum of RGB (Red+Green+Blue) = 216+37+175=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D825AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D825AF is #27DA50. Grayscale: #696969. Windows color (decimal): -2611793 or 11478488. OLE color: 11478488.

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

Color convert

RGB 216 37 175 -
CMYK 0 0.83 0.19 0.15
HSL 313.74º 0.71% 0.5% -
HSV(B) 313.74º 0.83% 0.85% -
XYZ 36.72 19.02 42.29 -
YUV 106.25 166.8 206.28 -
System Red Green Blue C M Y K H S L
Decimal 216 37 175 0 0.83 0.19 0.15 313.74 0.71 0.5
Hex D8 25 AF 0 53 13 F 13A 47 32
Octal 330 45 257 0 123 23 17 472 107 62
Binary 11011000 100101 10101111 0 1010011 10011 1111 100111010 1000111 110010

Color Harmonies of #D825AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825AF

Black with #D825AF

Text Example


Text Example

White with #D825AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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