Html Css Color HEX #D52BB1 Spicy Pink

📋 copy color: '#D52BB1'

red 213 ◦ green 43 ◦ blue 177

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

Shades of Spicy Pink #D52BB1

Tints of Spicy Pink #D52BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.88%

R = 49.19%
G = 9.93%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D52BB1 (or 0xD52BB1) is known color: Spicy Pink. HEX triplet: D5, 2B and B1. RGB value is (213,43,177). Sum of RGB (Red+Green+Blue) = 213+43+177=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52BB1 is #2AD44E. Grayscale: #6C6C6C. Windows color (decimal): -2806863 or 11611093. OLE color: 11611093.

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

Color convert

RGB 213 43 177 -
CMYK 0 0.80 0.17 0.16
HSL 312.71º 0.67% 0.5% -
HSV(B) 312.71º 0.8% 0.84% -
XYZ 36.24 19.05 43.36 -
YUV 109.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 213 43 177 0 0.80 0.17 0.16 312.71 0.67 0.5
Hex D5 2B B1 0 50 11 10 139 43 32
Octal 325 53 261 0 120 21 20 471 103 62
Binary 11010101 101011 10110001 0 1010000 10001 10000 100111001 1000011 110010

Color Harmonies of #D52BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BB1

Black with #D52BB1

Text Example


Text Example

White with #D52BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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