Html Css Color HEX #D448D5 Free Speech Magenta

📋 copy color: '#D448D5'

red 212 ◦ green 72 ◦ blue 213

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

Shades of Free Speech Magenta #D448D5

Tints of Free Speech Magenta #D448D5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.49%

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

R = 42.66%
G = 14.49%
B = 42.86%

CMYK

 C value IS 0.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D448D5 (or 0xD448D5) is known color: Free Speech Magenta. HEX triplet: D4, 48 and D5. RGB value is (212,72,213). Sum of RGB (Red+Green+Blue) = 212+72+213=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #D448D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448D5 is #2BB72A. Grayscale: #818181. Windows color (decimal): -2864939 or 13977812. OLE color: 13977812.

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

Color convert

RGB 212 72 213 -
CMYK 0.00 0.66 0 0.16
HSL 299.57º 0.63% 0.56% -
HSV(B) 299.57º 0.66% 0.84% -
XYZ 41.48 23.44 65.29 -
YUV 129.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 212 72 213 0.00 0.66 0 0.16 299.57 0.63 0.56
Hex D4 48 D5 0 42 0 10 12C 3F 38
Octal 324 110 325 0 102 0 20 454 77 70
Binary 11010100 1001000 11010101 0 1000010 0 10000 100101100 111111 111000

Color Harmonies of #D448D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448D5

Black with #D448D5

Text Example


Text Example

White with #D448D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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