Html Css Color HEX #D631DD Free Speech Magenta

📋 copy color: '#D631DD'

red 214 ◦ green 49 ◦ blue 221

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

Shades of Free Speech Magenta #D631DD

Tints of Free Speech Magenta #D631DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.12%

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

R = 44.21%
G = 10.12%
B = 45.66%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D631DD (or 0xD631DD) is known color: Free Speech Magenta. HEX triplet: D6, 31 and DD. RGB value is (214,49,221). Sum of RGB (Red+Green+Blue) = 214+49+221=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #D631DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631DD is #29CE22. Grayscale: #757575. Windows color (decimal): -2739747 or 14496214. OLE color: 14496214.

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

Color convert

RGB 214 49 221 -
CMYK 0.03 0.78 0 0.13
HSL 297.56º 0.72% 0.53% -
HSV(B) 297.56º 0.78% 0.87% -
XYZ 41.88 21.71 70.39 -
YUV 117.94 186.16 196.51 -
System Red Green Blue C M Y K H S L
Decimal 214 49 221 0.03 0.78 0 0.13 297.56 0.72 0.53
Hex D6 31 DD 3 4E 0 D 12A 48 35
Octal 326 61 335 3 116 0 15 452 110 65
Binary 11010110 110001 11011101 11 1001110 0 1101 100101010 1001000 110101

Color Harmonies of #D631DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631DD

Black with #D631DD

Text Example


Text Example

White with #D631DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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