Html Css Color HEX #D731E6 Free Speech Magenta

📋 copy color: '#D731E6'

red 215 ◦ green 49 ◦ blue 230

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

Shades of Free Speech Magenta #D731E6

Tints of Free Speech Magenta #D731E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.56%

R = 43.52%
G = 9.92%
B = 46.56%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D731E6 (or 0xD731E6) is known color: Free Speech Magenta. HEX triplet: D7, 31 and E6. RGB value is (215,49,230). Sum of RGB (Red+Green+Blue) = 215+49+230=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #D731E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D731E6 is #28CE19. Grayscale: #767676. Windows color (decimal): -2674202 or 15086039. OLE color: 15086039.

HSL color Cylindrical-coordinate representation of color #D731E6: hue angle of 295.03º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D731E6 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 49 230 -
CMYK 0.07 0.79 0 0.10
HSL 295.03º 0.78% 0.55% -
HSV(B) 295.03º 0.79% 0.9% -
XYZ 43.41 22.36 76.89 -
YUV 119.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 215 49 230 0.07 0.79 0 0.10 295.03 0.78 0.55
Hex D7 31 E6 7 4F 0 A 127 4E 37
Octal 327 61 346 7 117 0 12 447 116 67
Binary 11010111 110001 11100110 111 1001111 0 1010 100100111 1001110 110111

Color Harmonies of #D731E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D731E6

Black with #D731E6

Text Example


Text Example

White with #D731E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D731E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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