Html Css Color HEX #D331DA Free Speech Magenta

📋 copy color: '#D331DA'

red 211 ◦ green 49 ◦ blue 218

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

Shades of Free Speech Magenta #D331DA

Tints of Free Speech Magenta #D331DA

RGB

 RED value IS 211 (82.81% from 255) = 44.14%

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 44.14%
G = 10.25%
B = 45.61%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D331DA (or 0xD331DA) is known color: Free Speech Magenta. HEX triplet: D3, 31 and DA. RGB value is (211,49,218). Sum of RGB (Red+Green+Blue) = 211+49+218=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #D331DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331DA is #2CCE25. Grayscale: #747474. Windows color (decimal): -2936358 or 14299603. OLE color: 14299603.

HSL color Cylindrical-coordinate representation of color #D331DA: hue angle of 297.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D331DA is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 49 218 -
CMYK 0.03 0.78 0 0.15
HSL 297.51º 0.7% 0.52% -
HSV(B) 297.51º 0.78% 0.85% -
XYZ 40.62 21.11 68.26 -
YUV 116.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 211 49 218 0.03 0.78 0 0.15 297.51 0.7 0.52
Hex D3 31 DA 3 4E 0 F 12A 46 34
Octal 323 61 332 3 116 0 17 452 106 64
Binary 11010011 110001 11011010 11 1001110 0 1111 100101010 1000110 110100

Color Harmonies of #D331DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331DA

Black with #D331DA

Text Example


Text Example

White with #D331DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331DA; }

 p { color: rgb(211,49,218); }

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

background-color css

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

 a { background-color: rgb(211,49,218); }

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

border-color css

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

 span { border-color: rgb(211,49,218); }

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