Html Css Color HEX #D530DE Free Speech Magenta

📋 copy color: '#D530DE'

red 213 ◦ green 48 ◦ blue 222

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

Shades of Free Speech Magenta #D530DE

Tints of Free Speech Magenta #D530DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 44.1%
G = 9.94%
B = 45.96%

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

#D530DE (or 0xD530DE) is known color: Free Speech Magenta. HEX triplet: D5, 30 and DE. RGB value is (213,48,222). Sum of RGB (Red+Green+Blue) = 213+48+222=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #D530DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530DE is #2ACF21. Grayscale: #747474. Windows color (decimal): -2805538 or 14561493. OLE color: 14561493.

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

Color convert

RGB 213 48 222 -
CMYK 0.04 0.78 0 0.13
HSL 296.9º 0.73% 0.53% -
HSV(B) 296.9º 0.78% 0.87% -
XYZ 41.68 21.53 71.07 -
YUV 117.17 187.16 196.35 -
System Red Green Blue C M Y K H S L
Decimal 213 48 222 0.04 0.78 0 0.13 296.9 0.73 0.53
Hex D5 30 DE 4 4E 0 D 129 48 35
Octal 325 60 336 4 116 0 15 451 110 65
Binary 11010101 110000 11011110 100 1001110 0 1101 100101001 1001000 110101

Color Harmonies of #D530DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530DE

Black with #D530DE

Text Example


Text Example

White with #D530DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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