Html Css Color HEX #D625AB Spicy Pink

📋 copy color: '#D625AB'

red 214 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #D625AB

Tints of Spicy Pink #D625AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 50.71%
G = 8.77%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D625AB (or 0xD625AB) is known color: Spicy Pink. HEX triplet: D6, 25 and AB. RGB value is (214,37,171). Sum of RGB (Red+Green+Blue) = 214+37+171=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D625AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D625AB is #29DA54. Grayscale: #686868. Windows color (decimal): -2742869 or 11216342. OLE color: 11216342.

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

Color convert

RGB 214 37 171 -
CMYK 0 0.83 0.20 0.16
HSL 314.58º 0.71% 0.49% -
HSV(B) 314.58º 0.83% 0.84% -
XYZ 35.74 18.56 40.23 -
YUV 105.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 214 37 171 0 0.83 0.20 0.16 314.58 0.71 0.49
Hex D6 25 AB 0 53 14 10 13B 47 31
Octal 326 45 253 0 123 24 20 473 107 61
Binary 11010110 100101 10101011 0 1010011 10100 10000 100111011 1000111 110001

Color Harmonies of #D625AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625AB

Black with #D625AB

Text Example


Text Example

White with #D625AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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