Html Css Color HEX #D64BCC Free Speech Magenta

📋 copy color: '#D64BCC'

red 214 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Magenta #D64BCC

Tints of Free Speech Magenta #D64BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.21%

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 43.41%
G = 15.21%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D64BCC (or 0xD64BCC) is known color: Free Speech Magenta. HEX triplet: D6, 4B and CC. RGB value is (214,75,204). Sum of RGB (Red+Green+Blue) = 214+75+204=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BCC is #29B433. Grayscale: #828282. Windows color (decimal): -2733108 or 13388758. OLE color: 13388758.

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

Color convert

RGB 214 75 204 -
CMYK 0 0.65 0.05 0.16
HSL 304.32º 0.63% 0.57% -
HSV(B) 304.32º 0.65% 0.84% -
XYZ 41.15 23.69 59.53 -
YUV 131.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 214 75 204 0 0.65 0.05 0.16 304.32 0.63 0.57
Hex D6 4B CC 0 41 5 10 130 3F 39
Octal 326 113 314 0 101 5 20 460 77 71
Binary 11010110 1001011 11001100 0 1000001 101 10000 100110000 111111 111001

Color Harmonies of #D64BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BCC

Black with #D64BCC

Text Example


Text Example

White with #D64BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BCC; }

 p { color: rgb(214,75,204); }

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

background-color css

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

 a { background-color: rgb(214,75,204); }

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

border-color css

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

 span { border-color: rgb(214,75,204); }

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