Html Css Color HEX #D651DD Free Speech Magenta

📋 copy color: '#D651DD'

red 214 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #D651DD

Tints of Free Speech Magenta #D651DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.7%

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

R = 41.47%
G = 15.7%
B = 42.83%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D651DD (or 0xD651DD) is known color: Free Speech Magenta. HEX triplet: D6, 51 and DD. RGB value is (214,81,221). Sum of RGB (Red+Green+Blue) = 214+81+221=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #D651DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651DD is #29AE22. Grayscale: #888888. Windows color (decimal): -2731555 or 14504406. OLE color: 14504406.

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

Color convert

RGB 214 81 221 -
CMYK 0.03 0.63 0 0.13
HSL 297º 0.67% 0.59% -
HSV(B) 297º 0.63% 0.87% -
XYZ 43.73 25.4 71.01 -
YUV 136.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 214 81 221 0.03 0.63 0 0.13 297 0.67 0.59
Hex D6 51 DD 3 3F 0 D 129 43 3B
Octal 326 121 335 3 77 0 15 451 103 73
Binary 11010110 1010001 11011101 11 111111 0 1101 100101001 1000011 111011

Color Harmonies of #D651DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651DD

Black with #D651DD

Text Example


Text Example

White with #D651DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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