Html Css Color HEX #D649CE Free Speech Magenta

📋 copy color: '#D649CE'

red 214 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Magenta #D649CE

Tints of Free Speech Magenta #D649CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 43.41%
G = 14.81%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D649CE (or 0xD649CE) is known color: Free Speech Magenta. HEX triplet: D6, 49 and CE. RGB value is (214,73,206). Sum of RGB (Red+Green+Blue) = 214+73+206=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D649CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649CE is #29B631. Grayscale: #818181. Windows color (decimal): -2733618 or 13519318. OLE color: 13519318.

HSL color Cylindrical-coordinate representation of color #D649CE: hue angle of 303.4º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D649CE is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 206 -
CMYK 0 0.66 0.04 0.16
HSL 303.4º 0.63% 0.56% -
HSV(B) 303.4º 0.66% 0.84% -
XYZ 41.25 23.52 60.76 -
YUV 130.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 214 73 206 0 0.66 0.04 0.16 303.4 0.63 0.56
Hex D6 49 CE 0 42 4 10 12F 3F 38
Octal 326 111 316 0 102 4 20 457 77 70
Binary 11010110 1001001 11001110 0 1000010 100 10000 100101111 111111 111000

Color Harmonies of #D649CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649CE

Black with #D649CE

Text Example


Text Example

White with #D649CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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