Html Css Color HEX #D54CDB Free Speech Magenta

📋 copy color: '#D54CDB'

red 213 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #D54CDB

Tints of Free Speech Magenta #D54CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.96%

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

R = 41.93%
G = 14.96%
B = 43.11%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D54CDB (or 0xD54CDB) is known color: Free Speech Magenta. HEX triplet: D5, 4C and DB. RGB value is (213,76,219). Sum of RGB (Red+Green+Blue) = 213+76+219=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #D54CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CDB is #2AB324. Grayscale: #848484. Windows color (decimal): -2798373 or 14372053. OLE color: 14372053.

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

Color convert

RGB 213 76 219 -
CMYK 0.03 0.65 0 0.14
HSL 297.48º 0.67% 0.58% -
HSV(B) 297.48º 0.65% 0.86% -
XYZ 42.81 24.43 69.48 -
YUV 133.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 213 76 219 0.03 0.65 0 0.14 297.48 0.67 0.58
Hex D5 4C DB 3 41 0 E 129 43 3A
Octal 325 114 333 3 101 0 16 451 103 72
Binary 11010101 1001100 11011011 11 1000001 0 1110 100101001 1000011 111010

Color Harmonies of #D54CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CDB

Black with #D54CDB

Text Example


Text Example

White with #D54CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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