Html Css Color HEX #D825AB Spicy Pink

📋 copy color: '#D825AB'

red 216 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #D825AB

Tints of Spicy Pink #D825AB

RGB

 RED value IS 216 (84.77% from 255) = 50.94%

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

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

R = 50.94%
G = 8.73%
B = 40.33%

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

#D825AB (or 0xD825AB) is known color: Spicy Pink. HEX triplet: D8, 25 and AB. RGB value is (216,37,171). Sum of RGB (Red+Green+Blue) = 216+37+171=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D825AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D825AB is #27DA54. Grayscale: #696969. Windows color (decimal): -2611797 or 11216344. OLE color: 11216344.

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

Color convert

RGB 216 37 171 -
CMYK 0 0.83 0.21 0.15
HSL 315.08º 0.71% 0.5% -
HSV(B) 315.08º 0.83% 0.85% -
XYZ 36.33 18.86 40.25 -
YUV 105.8 164.8 206.6 -
System Red Green Blue C M Y K H S L
Decimal 216 37 171 0 0.83 0.21 0.15 315.08 0.71 0.5
Hex D8 25 AB 0 53 15 F 13B 47 32
Octal 330 45 253 0 123 25 17 473 107 62
Binary 11011000 100101 10101011 0 1010011 10101 1111 100111011 1000111 110010

Color Harmonies of #D825AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825AB

Black with #D825AB

Text Example


Text Example

White with #D825AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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