Html Css Color HEX #D530DF Free Speech Magenta

📋 copy color: '#D530DF'

red 213 ◦ green 48 ◦ blue 223

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

Shades of Free Speech Magenta #D530DF

Tints of Free Speech Magenta #D530DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.92%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 44.01%
G = 9.92%
B = 46.07%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D530DF (or 0xD530DF) is known color: Free Speech Magenta. HEX triplet: D5, 30 and DF. RGB value is (213,48,223). Sum of RGB (Red+Green+Blue) = 213+48+223=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #D530DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530DF is #2ACF20. Grayscale: #747474. Windows color (decimal): -2805537 or 14627029. OLE color: 14627029.

HSL color Cylindrical-coordinate representation of color #D530DF: hue angle of 296.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D530DF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 48 223 -
CMYK 0.04 0.78 0 0.13
HSL 296.57º 0.73% 0.53% -
HSV(B) 296.57º 0.78% 0.87% -
XYZ 41.82 21.59 71.77 -
YUV 117.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 213 48 223 0.04 0.78 0 0.13 296.57 0.73 0.53
Hex D5 30 DF 4 4E 0 D 129 49 35
Octal 325 60 337 4 116 0 15 451 111 65
Binary 11010101 110000 11011111 100 1001110 0 1101 100101001 1001001 110101

Color Harmonies of #D530DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530DF

Black with #D530DF

Text Example


Text Example

White with #D530DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530DF; }

 p { color: rgb(213,48,223); }

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

background-color css

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

 a { background-color: rgb(213,48,223); }

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

border-color css

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

 span { border-color: rgb(213,48,223); }

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