Html Css Color HEX #D530DD Free Speech Magenta

📋 copy color: '#D530DD'

red 213 ◦ green 48 ◦ blue 221

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

Shades of Free Speech Magenta #D530DD

Tints of Free Speech Magenta #D530DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 44.19%
G = 9.96%
B = 45.85%

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

#D530DD (or 0xD530DD) is known color: Free Speech Magenta. HEX triplet: D5, 30 and DD. RGB value is (213,48,221). Sum of RGB (Red+Green+Blue) = 213+48+221=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #D530DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530DD is #2ACF22. Grayscale: #747474. Windows color (decimal): -2805539 or 14495957. OLE color: 14495957.

HSL color Cylindrical-coordinate representation of color #D530DD: hue angle of 297.23º degrees, saturation: 0.72, 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 #D530DD is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 48 221 -
CMYK 0.04 0.78 0 0.13
HSL 297.23º 0.72% 0.53% -
HSV(B) 297.23º 0.78% 0.87% -
XYZ 41.55 21.48 70.36 -
YUV 117.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 213 48 221 0.04 0.78 0 0.13 297.23 0.72 0.53
Hex D5 30 DD 4 4E 0 D 129 48 35
Octal 325 60 335 4 116 0 15 451 110 65
Binary 11010101 110000 11011101 100 1001110 0 1101 100101001 1001000 110101

Color Harmonies of #D530DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530DD

Black with #D530DD

Text Example


Text Example

White with #D530DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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