Html Css Color HEX #D448D2 Free Speech Magenta

📋 copy color: '#D448D2'

red 212 ◦ green 72 ◦ blue 210

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

Shades of Free Speech Magenta #D448D2

Tints of Free Speech Magenta #D448D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.51%

R = 42.91%
G = 14.57%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D448D2 (or 0xD448D2) is known color: Free Speech Magenta. HEX triplet: D4, 48 and D2. RGB value is (212,72,210). Sum of RGB (Red+Green+Blue) = 212+72+210=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D448D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448D2 is #2BB72D. Grayscale: #818181. Windows color (decimal): -2864942 or 13781204. OLE color: 13781204.

HSL color Cylindrical-coordinate representation of color #D448D2: hue angle of 300.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D448D2 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 72 210 -
CMYK 0 0.66 0.01 0.17
HSL 300.86º 0.62% 0.56% -
HSV(B) 300.86º 0.66% 0.83% -
XYZ 41.1 23.28 63.3 -
YUV 129.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 212 72 210 0 0.66 0.01 0.17 300.86 0.62 0.56
Hex D4 48 D2 0 42 1 11 12D 3E 38
Octal 324 110 322 0 102 1 21 455 76 70
Binary 11010100 1001000 11010010 0 1000010 1 10001 100101101 111110 111000

Color Harmonies of #D448D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448D2

Black with #D448D2

Text Example


Text Example

White with #D448D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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