Html Css Color HEX #D647DD Free Speech Magenta

📋 copy color: '#D647DD'

red 214 ◦ green 71 ◦ blue 221

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

Shades of Free Speech Magenta #D647DD

Tints of Free Speech Magenta #D647DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.03%

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

R = 42.29%
G = 14.03%
B = 43.68%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D647DD (or 0xD647DD) is known color: Free Speech Magenta. HEX triplet: D6, 47 and DD. RGB value is (214,71,221). Sum of RGB (Red+Green+Blue) = 214+71+221=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #D647DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647DD is #29B822. Grayscale: #828282. Windows color (decimal): -2734115 or 14501846. OLE color: 14501846.

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

Color convert

RGB 214 71 221 -
CMYK 0.03 0.68 0 0.13
HSL 297.2º 0.69% 0.57% -
HSV(B) 297.2º 0.68% 0.87% -
XYZ 43.04 24.02 70.78 -
YUV 130.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 214 71 221 0.03 0.68 0 0.13 297.2 0.69 0.57
Hex D6 47 DD 3 44 0 D 129 45 39
Octal 326 107 335 3 104 0 15 451 105 71
Binary 11010110 1000111 11011101 11 1000100 0 1101 100101001 1000101 111001

Color Harmonies of #D647DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647DD

Black with #D647DD

Text Example


Text Example

White with #D647DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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