Html Css Color HEX #D649F1 Free Speech Magenta

📋 copy color: '#D649F1'

red 214 ◦ green 73 ◦ blue 241

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

Shades of Free Speech Magenta #D649F1

Tints of Free Speech Magenta #D649F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 40.53%
G = 13.83%
B = 45.64%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D649F1 (or 0xD649F1) is known color: Free Speech Magenta. HEX triplet: D6, 49 and F1. RGB value is (214,73,241). Sum of RGB (Red+Green+Blue) = 214+73+241=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #D649F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649F1 is #29B60E. Grayscale: #858585. Windows color (decimal): -2733583 or 15813078. OLE color: 15813078.

HSL color Cylindrical-coordinate representation of color #D649F1: hue angle of 290.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D649F1 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 73 241 -
CMYK 0.11 0.70 0 0.05
HSL 290.36º 0.86% 0.62% -
HSV(B) 290.36º 0.7% 0.95% -
XYZ 45.99 25.41 85.7 -
YUV 134.31 188.21 184.84 -
System Red Green Blue C M Y K H S L
Decimal 214 73 241 0.11 0.70 0 0.05 290.36 0.86 0.62
Hex D6 49 F1 B 46 0 5 122 56 3E
Octal 326 111 361 13 106 0 5 442 126 76
Binary 11010110 1001001 11110001 1011 1000110 0 101 100100010 1010110 111110

Color Harmonies of #D649F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649F1

Black with #D649F1

Text Example


Text Example

White with #D649F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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