Html Css Color HEX #D225AF Spicy Pink

📋 copy color: '#D225AF'

red 210 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #D225AF

Tints of Spicy Pink #D225AF

RGB

 RED value IS 210 (82.42% from 255) = 49.76%

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

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

R = 49.76%
G = 8.77%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D225AF (or 0xD225AF) is known color: Spicy Pink. HEX triplet: D2, 25 and AF. RGB value is (210,37,175). Sum of RGB (Red+Green+Blue) = 210+37+175=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D225AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D225AF is #2DDA50. Grayscale: #686868. Windows color (decimal): -3005009 or 11478482. OLE color: 11478482.

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

Color convert

RGB 210 37 175 -
CMYK 0 0.82 0.17 0.18
HSL 312.14º 0.7% 0.48% -
HSV(B) 312.14º 0.82% 0.82% -
XYZ 34.98 18.12 42.21 -
YUV 104.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 210 37 175 0 0.82 0.17 0.18 312.14 0.7 0.48
Hex D2 25 AF 0 52 11 12 138 46 30
Octal 322 45 257 0 122 21 22 470 106 60
Binary 11010010 100101 10101111 0 1010010 10001 10010 100111000 1000110 110000

Color Harmonies of #D225AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225AF

Black with #D225AF

Text Example


Text Example

White with #D225AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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