Html Css Color HEX #D649DA Free Speech Magenta

📋 copy color: '#D649DA'

red 214 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #D649DA

Tints of Free Speech Magenta #D649DA

RGB

 RED value IS 214 (83.98% from 255) = 42.38%

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

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

R = 42.38%
G = 14.46%
B = 43.17%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D649DA (or 0xD649DA) is known color: Free Speech Magenta. HEX triplet: D6, 49 and DA. RGB value is (214,73,218). Sum of RGB (Red+Green+Blue) = 214+73+218=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #D649DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649DA is #29B625. Grayscale: #838383. Windows color (decimal): -2733606 or 14305750. OLE color: 14305750.

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

Color convert

RGB 214 73 218 -
CMYK 0.02 0.67 0 0.15
HSL 298.34º 0.66% 0.57% -
HSV(B) 298.34º 0.67% 0.85% -
XYZ 42.77 24.12 68.73 -
YUV 131.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 214 73 218 0.02 0.67 0 0.15 298.34 0.66 0.57
Hex D6 49 DA 2 43 0 F 12A 42 39
Octal 326 111 332 2 103 0 17 452 102 71
Binary 11010110 1001001 11011010 10 1000011 0 1111 100101010 1000010 111001

Color Harmonies of #D649DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649DA

Black with #D649DA

Text Example


Text Example

White with #D649DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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