Html Css Color HEX #D64CCD Free Speech Magenta

📋 copy color: '#D64CCD'

red 214 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Magenta #D64CCD

Tints of Free Speech Magenta #D64CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 43.23%
G = 15.35%
B = 41.41%

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

#D64CCD (or 0xD64CCD) is known color: Free Speech Magenta. HEX triplet: D6, 4C and CD. RGB value is (214,76,205). Sum of RGB (Red+Green+Blue) = 214+76+205=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CCD is #29B332. Grayscale: #838383. Windows color (decimal): -2732851 or 13454550. OLE color: 13454550.

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

Color convert

RGB 214 76 205 -
CMYK 0 0.64 0.04 0.16
HSL 303.91º 0.63% 0.57% -
HSV(B) 303.91º 0.64% 0.84% -
XYZ 41.34 23.87 60.19 -
YUV 131.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 214 76 205 0 0.64 0.04 0.16 303.91 0.63 0.57
Hex D6 4C CD 0 40 4 10 130 3F 39
Octal 326 114 315 0 100 4 20 460 77 71
Binary 11010110 1001100 11001101 0 1000000 100 10000 100110000 111111 111001

Color Harmonies of #D64CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CCD

Black with #D64CCD

Text Example


Text Example

White with #D64CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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