Html Css Color HEX #D646DD Free Speech Magenta

📋 copy color: '#D646DD'

red 214 ◦ green 70 ◦ blue 221

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

Shades of Free Speech Magenta #D646DD

Tints of Free Speech Magenta #D646DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.86%

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

R = 42.38%
G = 13.86%
B = 43.76%

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

#D646DD (or 0xD646DD) is known color: Free Speech Magenta. HEX triplet: D6, 46 and DD. RGB value is (214,70,221). Sum of RGB (Red+Green+Blue) = 214+70+221=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #D646DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646DD is #29B922. Grayscale: #818181. Windows color (decimal): -2734371 or 14501590. OLE color: 14501590.

HSL color Cylindrical-coordinate representation of color #D646DD: hue angle of 297.22º 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 #D646DD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 70 221 -
CMYK 0.03 0.68 0 0.13
HSL 297.22º 0.69% 0.57% -
HSV(B) 297.22º 0.68% 0.87% -
XYZ 42.97 23.9 70.75 -
YUV 130.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 214 70 221 0.03 0.68 0 0.13 297.22 0.69 0.57
Hex D6 46 DD 3 44 0 D 129 45 39
Octal 326 106 335 3 104 0 15 451 105 71
Binary 11010110 1000110 11011101 11 1000100 0 1101 100101001 1000101 111001

Color Harmonies of #D646DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646DD

Black with #D646DD

Text Example


Text Example

White with #D646DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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