Html Css Color HEX #D731DA Free Speech Magenta

📋 copy color: '#D731DA'

red 215 ◦ green 49 ◦ blue 218

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

Shades of Free Speech Magenta #D731DA

Tints of Free Speech Magenta #D731DA

RGB

 RED value IS 215 (84.38% from 255) = 44.61%

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

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

R = 44.61%
G = 10.17%
B = 45.23%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D731DA (or 0xD731DA) is known color: Free Speech Magenta. HEX triplet: D7, 31 and DA. RGB value is (215,49,218). Sum of RGB (Red+Green+Blue) = 215+49+218=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #D731DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731DA is #28CE25. Grayscale: #757575. Windows color (decimal): -2674214 or 14299607. OLE color: 14299607.

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

Color convert

RGB 215 49 218 -
CMYK 0.01 0.78 0 0.15
HSL 298.93º 0.7% 0.52% -
HSV(B) 298.93º 0.78% 0.85% -
XYZ 41.78 21.71 68.32 -
YUV 117.9 184.5 197.26 -
System Red Green Blue C M Y K H S L
Decimal 215 49 218 0.01 0.78 0 0.15 298.93 0.7 0.52
Hex D7 31 DA 1 4E 0 F 12B 46 34
Octal 327 61 332 1 116 0 17 453 106 64
Binary 11010111 110001 11011010 1 1001110 0 1111 100101011 1000110 110100

Color Harmonies of #D731DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731DA

Black with #D731DA

Text Example


Text Example

White with #D731DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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