Html Css Color HEX #D64CCE Free Speech Magenta

📋 copy color: '#D64CCE'

red 214 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Magenta #D64CCE

Tints of Free Speech Magenta #D64CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.32%

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

R = 43.15%
G = 15.32%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D64CCE (or 0xD64CCE) is known color: Free Speech Magenta. HEX triplet: D6, 4C and CE. RGB value is (214,76,206). Sum of RGB (Red+Green+Blue) = 214+76+206=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CCE is #29B331. Grayscale: #838383. Windows color (decimal): -2732850 or 13520086. OLE color: 13520086.

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

Color convert

RGB 214 76 206 -
CMYK 0 0.64 0.04 0.16
HSL 303.48º 0.63% 0.57% -
HSV(B) 303.48º 0.64% 0.84% -
XYZ 41.46 23.92 60.82 -
YUV 132.08 169.72 186.43 -
System Red Green Blue C M Y K H S L
Decimal 214 76 206 0 0.64 0.04 0.16 303.48 0.63 0.57
Hex D6 4C CE 0 40 4 10 12F 3F 39
Octal 326 114 316 0 100 4 20 457 77 71
Binary 11010110 1001100 11001110 0 1000000 100 10000 100101111 111111 111001

Color Harmonies of #D64CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CCE

Black with #D64CCE

Text Example


Text Example

White with #D64CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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