Html Css Color HEX #D640D9 Free Speech Magenta

📋 copy color: '#D640D9'

red 214 ◦ green 64 ◦ blue 217

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

Shades of Free Speech Magenta #D640D9

Tints of Free Speech Magenta #D640D9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.93%

 BLUE value IS 217 (85.16% from 255) = 43.84%

R = 43.23%
G = 12.93%
B = 43.84%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D640D9 (or 0xD640D9) is known color: Free Speech Magenta. HEX triplet: D6, 40 and D9. RGB value is (214,64,217). Sum of RGB (Red+Green+Blue) = 214+64+217=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #D640D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640D9 is #29BF26. Grayscale: #7D7D7D. Windows color (decimal): -2735911 or 14237910. OLE color: 14237910.

HSL color Cylindrical-coordinate representation of color #D640D9: hue angle of 298.82º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D640D9 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 64 217 -
CMYK 0.01 0.71 0 0.15
HSL 298.82º 0.67% 0.55% -
HSV(B) 298.82º 0.71% 0.85% -
XYZ 42.09 22.97 67.86 -
YUV 126.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 214 64 217 0.01 0.71 0 0.15 298.82 0.67 0.55
Hex D6 40 D9 1 47 0 F 12B 43 37
Octal 326 100 331 1 107 0 17 453 103 67
Binary 11010110 1000000 11011001 1 1000111 0 1111 100101011 1000011 110111

Color Harmonies of #D640D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640D9

Black with #D640D9

Text Example


Text Example

White with #D640D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640D9; }

 p { color: rgb(214,64,217); }

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

background-color css

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

 a { background-color: rgb(214,64,217); }

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

border-color css

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

 span { border-color: rgb(214,64,217); }

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