Html Css Color HEX #D52EB0 Spicy Pink

📋 copy color: '#D52EB0'

red 213 ◦ green 46 ◦ blue 176

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

Shades of Spicy Pink #D52EB0

Tints of Spicy Pink #D52EB0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.57%

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 48.97%
G = 10.57%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D52EB0 (or 0xD52EB0) is known color: Spicy Pink. HEX triplet: D5, 2E and B0. RGB value is (213,46,176). Sum of RGB (Red+Green+Blue) = 213+46+176=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52EB0 is #2AD14F. Grayscale: #6E6E6E. Windows color (decimal): -2806096 or 11546325. OLE color: 11546325.

HSL color Cylindrical-coordinate representation of color #D52EB0: hue angle of 313.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52EB0 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 46 176 -
CMYK 0 0.78 0.17 0.16
HSL 313.29º 0.67% 0.51% -
HSV(B) 313.29º 0.78% 0.84% -
XYZ 36.25 19.23 42.88 -
YUV 110.75 164.83 200.93 -
System Red Green Blue C M Y K H S L
Decimal 213 46 176 0 0.78 0.17 0.16 313.29 0.67 0.51
Hex D5 2E B0 0 4E 11 10 139 43 33
Octal 325 56 260 0 116 21 20 471 103 63
Binary 11010101 101110 10110000 0 1001110 10001 10000 100111001 1000011 110011

Color Harmonies of #D52EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EB0

Black with #D52EB0

Text Example


Text Example

White with #D52EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EB0; }

 p { color: rgb(213,46,176); }

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

background-color css

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

 a { background-color: rgb(213,46,176); }

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

border-color css

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

 span { border-color: rgb(213,46,176); }

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