Html Css Color HEX #D530DB Free Speech Magenta

📋 copy color: '#D530DB'

red 213 ◦ green 48 ◦ blue 219

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

Shades of Free Speech Magenta #D530DB

Tints of Free Speech Magenta #D530DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 44.38%
G = 10%
B = 45.63%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D530DB (or 0xD530DB) is known color: Free Speech Magenta. HEX triplet: D5, 30 and DB. RGB value is (213,48,219). Sum of RGB (Red+Green+Blue) = 213+48+219=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #D530DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530DB is #2ACF24. Grayscale: #747474. Windows color (decimal): -2805541 or 14364885. OLE color: 14364885.

HSL color Cylindrical-coordinate representation of color #D530DB: hue angle of 297.89º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D530DB is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 48 219 -
CMYK 0.03 0.78 0 0.14
HSL 297.89º 0.7% 0.52% -
HSV(B) 297.89º 0.78% 0.86% -
XYZ 41.28 21.37 68.97 -
YUV 116.83 185.66 196.6 -
System Red Green Blue C M Y K H S L
Decimal 213 48 219 0.03 0.78 0 0.14 297.89 0.7 0.52
Hex D5 30 DB 3 4E 0 E 12A 46 34
Octal 325 60 333 3 116 0 16 452 106 64
Binary 11010101 110000 11011011 11 1001110 0 1110 100101010 1000110 110100

Color Harmonies of #D530DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530DB

Black with #D530DB

Text Example


Text Example

White with #D530DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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