Html Css Color HEX #D431DA Free Speech Magenta

📋 copy color: '#D431DA'

red 212 ◦ green 49 ◦ blue 218

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

Shades of Free Speech Magenta #D431DA

Tints of Free Speech Magenta #D431DA

RGB

 RED value IS 212 (83.2% from 255) = 44.26%

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

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

R = 44.26%
G = 10.23%
B = 45.51%

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

#D431DA (or 0xD431DA) is known color: Free Speech Magenta. HEX triplet: D4, 31 and DA. RGB value is (212,49,218). Sum of RGB (Red+Green+Blue) = 212+49+218=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #D431DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431DA is #2BCE25. Grayscale: #747474. Windows color (decimal): -2870822 or 14299604. OLE color: 14299604.

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

Color convert

RGB 212 49 218 -
CMYK 0.03 0.78 0 0.15
HSL 297.87º 0.7% 0.52% -
HSV(B) 297.87º 0.78% 0.85% -
XYZ 40.9 21.26 68.28 -
YUV 117 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 212 49 218 0.03 0.78 0 0.15 297.87 0.7 0.52
Hex D4 31 DA 3 4E 0 F 12A 46 34
Octal 324 61 332 3 116 0 17 452 106 64
Binary 11010100 110001 11011010 11 1001110 0 1111 100101010 1000110 110100

Color Harmonies of #D431DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431DA

Black with #D431DA

Text Example


Text Example

White with #D431DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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