Html Css Color HEX #D625AF Spicy Pink

📋 copy color: '#D625AF'

red 214 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #D625AF

Tints of Spicy Pink #D625AF

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

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

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

R = 50.23%
G = 8.69%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D625AF (or 0xD625AF) is known color: Spicy Pink. HEX triplet: D6, 25 and AF. RGB value is (214,37,175). Sum of RGB (Red+Green+Blue) = 214+37+175=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D625AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D625AF is #29DA50. Grayscale: #696969. Windows color (decimal): -2742865 or 11478486. OLE color: 11478486.

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

Color convert

RGB 214 37 175 -
CMYK 0 0.83 0.18 0.16
HSL 313.22º 0.71% 0.49% -
HSV(B) 313.22º 0.83% 0.84% -
XYZ 36.13 18.71 42.27 -
YUV 105.66 167.14 205.28 -
System Red Green Blue C M Y K H S L
Decimal 214 37 175 0 0.83 0.18 0.16 313.22 0.71 0.49
Hex D6 25 AF 0 53 12 10 139 47 31
Octal 326 45 257 0 123 22 20 471 107 61
Binary 11010110 100101 10101111 0 1010011 10010 10000 100111001 1000111 110001

Color Harmonies of #D625AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625AF

Black with #D625AF

Text Example


Text Example

White with #D625AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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