Html Css Color HEX #D53DDB Free Speech Magenta

📋 copy color: '#D53DDB'

red 213 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Magenta #D53DDB

Tints of Free Speech Magenta #D53DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.37%

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

R = 43.2%
G = 12.37%
B = 44.42%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D53DDB (or 0xD53DDB) is known color: Free Speech Magenta. HEX triplet: D5, 3D and DB. RGB value is (213,61,219). Sum of RGB (Red+Green+Blue) = 213+61+219=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #D53DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DDB is #2AC224. Grayscale: #7B7B7B. Windows color (decimal): -2802213 or 14368213. OLE color: 14368213.

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

Color convert

RGB 213 61 219 -
CMYK 0.03 0.72 0 0.14
HSL 297.72º 0.69% 0.55% -
HSV(B) 297.72º 0.72% 0.86% -
XYZ 41.9 22.6 69.17 -
YUV 124.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 213 61 219 0.03 0.72 0 0.14 297.72 0.69 0.55
Hex D5 3D DB 3 48 0 E 12A 45 37
Octal 325 75 333 3 110 0 16 452 105 67
Binary 11010101 111101 11011011 11 1001000 0 1110 100101010 1000101 110111

Color Harmonies of #D53DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DDB

Black with #D53DDB

Text Example


Text Example

White with #D53DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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