Html Css Color HEX #D450E0 Free Speech Magenta

📋 copy color: '#D450E0'

red 212 ◦ green 80 ◦ blue 224

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

Shades of Free Speech Magenta #D450E0

Tints of Free Speech Magenta #D450E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 41.09%
G = 15.5%
B = 43.41%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D450E0 (or 0xD450E0) is known color: Free Speech Magenta. HEX triplet: D4, 50 and E0. RGB value is (212,80,224). Sum of RGB (Red+Green+Blue) = 212+80+224=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #D450E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450E0 is #2BAF1F. Grayscale: #878787. Windows color (decimal): -2862880 or 14700756. OLE color: 14700756.

HSL color Cylindrical-coordinate representation of color #D450E0: hue angle of 295º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D450E0 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 80 224 -
CMYK 0.05 0.64 0 0.12
HSL 295º 0.7% 0.6% -
HSV(B) 295º 0.64% 0.88% -
XYZ 43.47 25.12 73.08 -
YUV 135.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 212 80 224 0.05 0.64 0 0.12 295 0.7 0.6
Hex D4 50 E0 5 40 0 C 127 46 3C
Octal 324 120 340 5 100 0 14 447 106 74
Binary 11010100 1010000 11100000 101 1000000 0 1100 100100111 1000110 111100

Color Harmonies of #D450E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450E0

Black with #D450E0

Text Example


Text Example

White with #D450E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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