Html Css Color HEX #D649D2 Free Speech Magenta

📋 copy color: '#D649D2'

red 214 ◦ green 73 ◦ blue 210

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

Shades of Free Speech Magenta #D649D2

Tints of Free Speech Magenta #D649D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 43.06%
G = 14.69%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D649D2 (or 0xD649D2) is known color: Free Speech Magenta. HEX triplet: D6, 49 and D2. RGB value is (214,73,210). Sum of RGB (Red+Green+Blue) = 214+73+210=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D649D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649D2 is #29B62D. Grayscale: #828282. Windows color (decimal): -2733614 or 13781462. OLE color: 13781462.

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

Color convert

RGB 214 73 210 -
CMYK 0 0.66 0.02 0.16
HSL 301.7º 0.63% 0.56% -
HSV(B) 301.7º 0.66% 0.84% -
XYZ 41.75 23.71 63.35 -
YUV 130.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 214 73 210 0 0.66 0.02 0.16 301.7 0.63 0.56
Hex D6 49 D2 0 42 2 10 12E 3F 38
Octal 326 111 322 0 102 2 20 456 77 70
Binary 11010110 1001001 11010010 0 1000010 10 10000 100101110 111111 111000

Color Harmonies of #D649D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649D2

Black with #D649D2

Text Example


Text Example

White with #D649D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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