Html Css Color HEX #D249E1 Free Speech Magenta

📋 copy color: '#D249E1'

red 210 ◦ green 73 ◦ blue 225

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

Shades of Free Speech Magenta #D249E1

Tints of Free Speech Magenta #D249E1

RGB

 RED value IS 210 (82.42% from 255) = 41.34%

 GREEN value IS 73 (28.91% from 255) = 14.37%

 BLUE value IS 225 (88.28% from 255) = 44.29%

R = 41.34%
G = 14.37%
B = 44.29%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D249E1 (or 0xD249E1) is known color: Free Speech Magenta. HEX triplet: D2, 49 and E1. RGB value is (210,73,225). Sum of RGB (Red+Green+Blue) = 210+73+225=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #D249E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249E1 is #2DB61E. Grayscale: #828282. Windows color (decimal): -2995743 or 14764498. OLE color: 14764498.

HSL color Cylindrical-coordinate representation of color #D249E1: hue angle of 294.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D249E1 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 73 225 -
CMYK 0.07 0.68 0 0.12
HSL 294.08º 0.72% 0.58% -
HSV(B) 294.08º 0.68% 0.88% -
XYZ 42.55 23.9 73.61 -
YUV 131.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 210 73 225 0.07 0.68 0 0.12 294.08 0.72 0.58
Hex D2 49 E1 7 44 0 C 126 48 3A
Octal 322 111 341 7 104 0 14 446 110 72
Binary 11010010 1001001 11100001 111 1000100 0 1100 100100110 1001000 111010

Color Harmonies of #D249E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249E1

Black with #D249E1

Text Example


Text Example

White with #D249E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249E1; }

 p { color: rgb(210,73,225); }

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

background-color css

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

 a { background-color: rgb(210,73,225); }

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

border-color css

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

 span { border-color: rgb(210,73,225); }

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