Html Css Color HEX #D53ADB Free Speech Magenta

📋 copy color: '#D53ADB'

red 213 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Magenta #D53ADB

Tints of Free Speech Magenta #D53ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.84%

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

R = 43.47%
G = 11.84%
B = 44.69%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D53ADB (or 0xD53ADB) is known color: Free Speech Magenta. HEX triplet: D5, 3A and DB. RGB value is (213,58,219). Sum of RGB (Red+Green+Blue) = 213+58+219=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D53ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ADB is #2AC524. Grayscale: #7A7A7A. Windows color (decimal): -2802981 or 14367445. OLE color: 14367445.

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

Color convert

RGB 213 58 219 -
CMYK 0.03 0.74 0 0.14
HSL 297.76º 0.69% 0.54% -
HSV(B) 297.76º 0.74% 0.86% -
XYZ 41.74 22.29 69.12 -
YUV 122.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 213 58 219 0.03 0.74 0 0.14 297.76 0.69 0.54
Hex D5 3A DB 3 4A 0 E 12A 45 36
Octal 325 72 333 3 112 0 16 452 105 66
Binary 11010101 111010 11011011 11 1001010 0 1110 100101010 1000101 110110

Color Harmonies of #D53ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53ADB

Black with #D53ADB

Text Example


Text Example

White with #D53ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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