Html Css Color HEX #D450D5 Free Speech Magenta

📋 copy color: '#D450D5'

red 212 ◦ green 80 ◦ blue 213

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

Shades of Free Speech Magenta #D450D5

Tints of Free Speech Magenta #D450D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 41.98%
G = 15.84%
B = 42.18%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D450D5 (or 0xD450D5) is known color: Free Speech Magenta. HEX triplet: D4, 50 and D5. RGB value is (212,80,213). Sum of RGB (Red+Green+Blue) = 212+80+213=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #D450D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450D5 is #2BAF2A. Grayscale: #868686. Windows color (decimal): -2862891 or 13979860. OLE color: 13979860.

HSL color Cylindrical-coordinate representation of color #D450D5: hue angle of 299.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D450D5 is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 80 213 -
CMYK 0.00 0.62 0 0.16
HSL 299.55º 0.61% 0.57% -
HSV(B) 299.55º 0.62% 0.84% -
XYZ 42.03 24.54 65.47 -
YUV 134.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 212 80 213 0.00 0.62 0 0.16 299.55 0.61 0.57
Hex D4 50 D5 0 3E 0 10 12C 3D 39
Octal 324 120 325 0 76 0 20 454 75 71
Binary 11010100 1010000 11010101 0 111110 0 10000 100101100 111101 111001

Color Harmonies of #D450D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450D5

Black with #D450D5

Text Example


Text Example

White with #D450D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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