Html Css Color HEX #D52BB4 Spicy Pink

📋 copy color: '#D52BB4'

red 213 ◦ green 43 ◦ blue 180

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

Shades of Spicy Pink #D52BB4

Tints of Spicy Pink #D52BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 48.85%
G = 9.86%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D52BB4 (or 0xD52BB4) is known color: Spicy Pink. HEX triplet: D5, 2B and B4. RGB value is (213,43,180). Sum of RGB (Red+Green+Blue) = 213+43+180=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BB4 is #2AD44B. Grayscale: #6D6D6D. Windows color (decimal): -2806860 or 11807701. OLE color: 11807701.

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

Color convert

RGB 213 43 180 -
CMYK 0 0.80 0.15 0.16
HSL 311.65º 0.67% 0.5% -
HSV(B) 311.65º 0.8% 0.84% -
XYZ 36.54 19.17 44.95 -
YUV 109.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 213 43 180 0 0.80 0.15 0.16 311.65 0.67 0.5
Hex D5 2B B4 0 50 F 10 138 43 32
Octal 325 53 264 0 120 17 20 470 103 62
Binary 11010101 101011 10110100 0 1010000 1111 10000 100111000 1000011 110010

Color Harmonies of #D52BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52BB4

Black with #D52BB4

Text Example


Text Example

White with #D52BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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