Html Css Color HEX #D52BAF Spicy Pink

📋 copy color: '#D52BAF'

red 213 ◦ green 43 ◦ blue 175

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

Shades of Spicy Pink #D52BAF

Tints of Spicy Pink #D52BAF

RGB

 RED value IS 213 (83.59% from 255) = 49.42%

 GREEN value IS 43 (17.19% from 255) = 9.98%

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

R = 49.42%
G = 9.98%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D52BAF (or 0xD52BAF) is known color: Spicy Pink. HEX triplet: D5, 2B and AF. RGB value is (213,43,175). Sum of RGB (Red+Green+Blue) = 213+43+175=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52BAF is #2AD450. Grayscale: #6C6C6C. Windows color (decimal): -2806865 or 11480021. OLE color: 11480021.

HSL color Cylindrical-coordinate representation of color #D52BAF: hue angle of 313.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52BAF is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 43 175 -
CMYK 0 0.80 0.18 0.16
HSL 313.41º 0.67% 0.5% -
HSV(B) 313.41º 0.8% 0.84% -
XYZ 36.04 18.97 42.32 -
YUV 108.88 165.32 202.27 -
System Red Green Blue C M Y K H S L
Decimal 213 43 175 0 0.80 0.18 0.16 313.41 0.67 0.5
Hex D5 2B AF 0 50 12 10 139 43 32
Octal 325 53 257 0 120 22 20 471 103 62
Binary 11010101 101011 10101111 0 1010000 10010 10000 100111001 1000011 110010

Color Harmonies of #D52BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BAF

Black with #D52BAF

Text Example


Text Example

White with #D52BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BAF; }

 p { color: rgb(213,43,175); }

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

background-color css

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

 a { background-color: rgb(213,43,175); }

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

border-color css

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

 span { border-color: rgb(213,43,175); }

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