Html Css Color HEX #D925AB Spicy Pink

📋 copy color: '#D925AB'

red 217 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #D925AB

Tints of Spicy Pink #D925AB

RGB

 RED value IS 217 (85.16% from 255) = 51.06%

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

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

R = 51.06%
G = 8.71%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D925AB (or 0xD925AB) is known color: Spicy Pink. HEX triplet: D9, 25 and AB. RGB value is (217,37,171). Sum of RGB (Red+Green+Blue) = 217+37+171=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D925AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D925AB is #26DA54. Grayscale: #696969. Windows color (decimal): -2546261 or 11216345. OLE color: 11216345.

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

Color convert

RGB 217 37 171 -
CMYK 0 0.83 0.21 0.15
HSL 315.33º 0.71% 0.5% -
HSV(B) 315.33º 0.83% 0.85% -
XYZ 36.63 19.02 40.27 -
YUV 106.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 217 37 171 0 0.83 0.21 0.15 315.33 0.71 0.5
Hex D9 25 AB 0 53 15 F 13B 47 32
Octal 331 45 253 0 123 25 17 473 107 62
Binary 11011001 100101 10101011 0 1010011 10101 1111 100111011 1000111 110010

Color Harmonies of #D925AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D925AB

Black with #D925AB

Text Example


Text Example

White with #D925AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D925AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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