Html Css Color HEX #D52FB0 Persian Rose

📋 copy color: '#D52FB0'

red 213 ◦ green 47 ◦ blue 176

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

Shades of Persian Rose #D52FB0

Tints of Persian Rose #D52FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.78%

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

R = 48.85%
G = 10.78%
B = 40.37%

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

#D52FB0 (or 0xD52FB0) is known color: Persian Rose. HEX triplet: D5, 2F and B0. RGB value is (213,47,176). Sum of RGB (Red+Green+Blue) = 213+47+176=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FB0 is #2AD04F. Grayscale: #6E6E6E. Windows color (decimal): -2805840 or 11546581. OLE color: 11546581.

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

Color convert

RGB 213 47 176 -
CMYK 0 0.78 0.17 0.16
HSL 313.37º 0.66% 0.51% -
HSV(B) 313.37º 0.78% 0.84% -
XYZ 36.29 19.31 42.89 -
YUV 111.34 164.5 200.51 -
System Red Green Blue C M Y K H S L
Decimal 213 47 176 0 0.78 0.17 0.16 313.37 0.66 0.51
Hex D5 2F B0 0 4E 11 10 139 42 33
Octal 325 57 260 0 116 21 20 471 102 63
Binary 11010101 101111 10110000 0 1001110 10001 10000 100111001 1000010 110011

Color Harmonies of #D52FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FB0

Black with #D52FB0

Text Example


Text Example

White with #D52FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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