Html Css Color HEX #D249DA Free Speech Magenta

📋 copy color: '#D249DA'

red 210 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #D249DA

Tints of Free Speech Magenta #D249DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 41.92%
G = 14.57%
B = 43.51%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D249DA (or 0xD249DA) is known color: Free Speech Magenta. HEX triplet: D2, 49 and DA. RGB value is (210,73,218). Sum of RGB (Red+Green+Blue) = 210+73+218=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #D249DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249DA is #2DB625. Grayscale: #828282. Windows color (decimal): -2995750 or 14305746. OLE color: 14305746.

HSL color Cylindrical-coordinate representation of color #D249DA: hue angle of 296.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D249DA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 73 218 -
CMYK 0.04 0.67 0 0.15
HSL 296.69º 0.66% 0.57% -
HSV(B) 296.69º 0.67% 0.85% -
XYZ 41.62 23.53 68.68 -
YUV 130.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 210 73 218 0.04 0.67 0 0.15 296.69 0.66 0.57
Hex D2 49 DA 4 43 0 F 129 42 39
Octal 322 111 332 4 103 0 17 451 102 71
Binary 11010010 1001001 11011010 100 1000011 0 1111 100101001 1000010 111001

Color Harmonies of #D249DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249DA

Black with #D249DA

Text Example


Text Example

White with #D249DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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