Html Css Color HEX #D540DB Free Speech Magenta

📋 copy color: '#D540DB'

red 213 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Magenta #D540DB

Tints of Free Speech Magenta #D540DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.9%

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

R = 42.94%
G = 12.9%
B = 44.15%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D540DB (or 0xD540DB) is known color: Free Speech Magenta. HEX triplet: D5, 40 and DB. RGB value is (213,64,219). Sum of RGB (Red+Green+Blue) = 213+64+219=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #D540DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540DB is #2ABF24. Grayscale: #7D7D7D. Windows color (decimal): -2801445 or 14368981. OLE color: 14368981.

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

Color convert

RGB 213 64 219 -
CMYK 0.03 0.71 0 0.14
HSL 297.68º 0.68% 0.55% -
HSV(B) 297.68º 0.71% 0.86% -
XYZ 42.06 22.93 69.23 -
YUV 126.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 213 64 219 0.03 0.71 0 0.14 297.68 0.68 0.55
Hex D5 40 DB 3 47 0 E 12A 44 37
Octal 325 100 333 3 107 0 16 452 104 67
Binary 11010101 1000000 11011011 11 1000111 0 1110 100101010 1000100 110111

Color Harmonies of #D540DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540DB

Black with #D540DB

Text Example


Text Example

White with #D540DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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