Html Css Color HEX #D949DA Free Speech Magenta

📋 copy color: '#D949DA'

red 217 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #D949DA

Tints of Free Speech Magenta #D949DA

RGB

 RED value IS 217 (85.16% from 255) = 42.72%

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

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

R = 42.72%
G = 14.37%
B = 42.91%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D949DA (or 0xD949DA) is known color: Free Speech Magenta. HEX triplet: D9, 49 and DA. RGB value is (217,73,218). Sum of RGB (Red+Green+Blue) = 217+73+218=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #D949DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949DA is #26B625. Grayscale: #848484. Windows color (decimal): -2536998 or 14305753. OLE color: 14305753.

HSL color Cylindrical-coordinate representation of color #D949DA: hue angle of 299.59º 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 #D949DA is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 218 -
CMYK 0.00 0.67 0 0.15
HSL 299.59º 0.66% 0.57% -
HSV(B) 299.59º 0.67% 0.85% -
XYZ 43.65 24.58 68.77 -
YUV 132.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 217 73 218 0.00 0.67 0 0.15 299.59 0.66 0.57
Hex D9 49 DA 0 43 0 F 12C 42 39
Octal 331 111 332 0 103 0 17 454 102 71
Binary 11011001 1001001 11011010 0 1000011 0 1111 100101100 1000010 111001

Color Harmonies of #D949DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949DA

Black with #D949DA

Text Example


Text Example

White with #D949DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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