Html Css Color HEX #D450ED Free Speech Magenta

📋 copy color: '#D450ED'

red 212 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #D450ED

Tints of Free Speech Magenta #D450ED

RGB

 RED value IS 212 (83.2% from 255) = 40.08%

 GREEN value IS 80 (31.64% from 255) = 15.12%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 40.08%
G = 15.12%
B = 44.8%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D450ED (or 0xD450ED) is known color: Free Speech Magenta. HEX triplet: D4, 50 and ED. RGB value is (212,80,237). Sum of RGB (Red+Green+Blue) = 212+80+237=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #D450ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450ED is #2BAF12. Grayscale: #888888. Windows color (decimal): -2862867 or 15552724. OLE color: 15552724.

HSL color Cylindrical-coordinate representation of color #D450ED: hue angle of 290.45º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D450ED is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 80 237 -
CMYK 0.11 0.66 0 0.07
HSL 290.45º 0.81% 0.62% -
HSV(B) 290.45º 0.66% 0.93% -
XYZ 45.31 25.85 82.72 -
YUV 137.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 212 80 237 0.11 0.66 0 0.07 290.45 0.81 0.62
Hex D4 50 ED B 42 0 7 122 51 3E
Octal 324 120 355 13 102 0 7 442 121 76
Binary 11010100 1010000 11101101 1011 1000010 0 111 100100010 1010001 111110

Color Harmonies of #D450ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450ED

Black with #D450ED

Text Example


Text Example

White with #D450ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450ED; }

 p { color: rgb(212,80,237); }

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

background-color css

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

 a { background-color: rgb(212,80,237); }

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

border-color css

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

 span { border-color: rgb(212,80,237); }

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