Html Css Color HEX #D64DD7 Free Speech Magenta

📋 copy color: '#D64DD7'

red 214 ◦ green 77 ◦ blue 215

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

Shades of Free Speech Magenta #D64DD7

Tints of Free Speech Magenta #D64DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.22%

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 42.29%
G = 15.22%
B = 42.49%

CMYK

 C value IS 0.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D64DD7 (or 0xD64DD7) is known color: Free Speech Magenta. HEX triplet: D6, 4D and D7. RGB value is (214,77,215). Sum of RGB (Red+Green+Blue) = 214+77+215=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #D64DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DD7 is #29B228. Grayscale: #858585. Windows color (decimal): -2732585 or 14110166. OLE color: 14110166.

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

Color convert

RGB 214 77 215 -
CMYK 0.00 0.64 0 0.16
HSL 299.57º 0.63% 0.57% -
HSV(B) 299.57º 0.64% 0.84% -
XYZ 42.65 24.51 66.77 -
YUV 133.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 214 77 215 0.00 0.64 0 0.16 299.57 0.63 0.57
Hex D6 4D D7 0 40 0 10 12C 3F 39
Octal 326 115 327 0 100 0 20 454 77 71
Binary 11010110 1001101 11010111 0 1000000 0 10000 100101100 111111 111001

Color Harmonies of #D64DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DD7

Black with #D64DD7

Text Example


Text Example

White with #D64DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DD7; }

 p { color: rgb(214,77,215); }

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

background-color css

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

 a { background-color: rgb(214,77,215); }

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

border-color css

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

 span { border-color: rgb(214,77,215); }

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