Html Css Color HEX #D64CDD Free Speech Magenta

📋 copy color: '#D64CDD'

red 214 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #D64CDD

Tints of Free Speech Magenta #D64CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 41.88%
G = 14.87%
B = 43.25%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D64CDD (or 0xD64CDD) is known color: Free Speech Magenta. HEX triplet: D6, 4C and DD. RGB value is (214,76,221). Sum of RGB (Red+Green+Blue) = 214+76+221=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #D64CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CDD is #29B322. Grayscale: #858585. Windows color (decimal): -2732835 or 14503126. OLE color: 14503126.

HSL color Cylindrical-coordinate representation of color #D64CDD: hue angle of 297.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64CDD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 76 221 -
CMYK 0.03 0.66 0 0.13
HSL 297.1º 0.68% 0.58% -
HSV(B) 297.1º 0.66% 0.87% -
XYZ 43.37 24.69 70.89 -
YUV 133.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 214 76 221 0.03 0.66 0 0.13 297.1 0.68 0.58
Hex D6 4C DD 3 42 0 D 129 44 3A
Octal 326 114 335 3 102 0 15 451 104 72
Binary 11010110 1001100 11011101 11 1000010 0 1101 100101001 1000100 111010

Color Harmonies of #D64CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CDD

Black with #D64CDD

Text Example


Text Example

White with #D64CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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