Html Css Color HEX #D450DD Free Speech Magenta

📋 copy color: '#D450DD'

red 212 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #D450DD

Tints of Free Speech Magenta #D450DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 41.33%
G = 15.59%
B = 43.08%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D450DD (or 0xD450DD) is known color: Free Speech Magenta. HEX triplet: D4, 50 and DD. RGB value is (212,80,221). Sum of RGB (Red+Green+Blue) = 212+80+221=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #D450DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450DD is #2BAF22. Grayscale: #878787. Windows color (decimal): -2862883 or 14504148. OLE color: 14504148.

HSL color Cylindrical-coordinate representation of color #D450DD: hue angle of 296.17º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D450DD is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 80 221 -
CMYK 0.04 0.64 0 0.13
HSL 296.17º 0.67% 0.59% -
HSV(B) 296.17º 0.64% 0.87% -
XYZ 43.07 24.95 70.95 -
YUV 135.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 212 80 221 0.04 0.64 0 0.13 296.17 0.67 0.59
Hex D4 50 DD 4 40 0 D 128 43 3B
Octal 324 120 335 4 100 0 15 450 103 73
Binary 11010100 1010000 11011101 100 1000000 0 1101 100101000 1000011 111011

Color Harmonies of #D450DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450DD

Black with #D450DD

Text Example


Text Example

White with #D450DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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