Html Css Color HEX #D625AD Spicy Pink

📋 copy color: '#D625AD'

red 214 ◦ green 37 ◦ blue 173

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

Shades of Spicy Pink #D625AD

Tints of Spicy Pink #D625AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 50.47%
G = 8.73%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D625AD (or 0xD625AD) is known color: Spicy Pink. HEX triplet: D6, 25 and AD. RGB value is (214,37,173). Sum of RGB (Red+Green+Blue) = 214+37+173=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D625AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D625AD is #29DA52. Grayscale: #696969. Windows color (decimal): -2742867 or 11347414. OLE color: 11347414.

HSL color Cylindrical-coordinate representation of color #D625AD: hue angle of 313.9º 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 #D625AD is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 37 173 -
CMYK 0 0.83 0.19 0.16
HSL 313.9º 0.71% 0.49% -
HSV(B) 313.9º 0.83% 0.84% -
XYZ 35.94 18.64 41.24 -
YUV 105.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 214 37 173 0 0.83 0.19 0.16 313.9 0.71 0.49
Hex D6 25 AD 0 53 13 10 13A 47 31
Octal 326 45 255 0 123 23 20 472 107 61
Binary 11010110 100101 10101101 0 1010011 10011 10000 100111010 1000111 110001

Color Harmonies of #D625AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625AD

Black with #D625AD

Text Example


Text Example

White with #D625AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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