Html Css Color HEX #D730E1 Free Speech Magenta

📋 copy color: '#D730E1'

red 215 ◦ green 48 ◦ blue 225

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

Shades of Free Speech Magenta #D730E1

Tints of Free Speech Magenta #D730E1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.84%

 BLUE value IS 225 (88.28% from 255) = 46.11%

R = 44.06%
G = 9.84%
B = 46.11%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D730E1 (or 0xD730E1) is known color: Free Speech Magenta. HEX triplet: D7, 30 and E1. RGB value is (215,48,225). Sum of RGB (Red+Green+Blue) = 215+48+225=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #D730E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730E1 is #28CF1E. Grayscale: #757575. Windows color (decimal): -2674463 or 14758103. OLE color: 14758103.

HSL color Cylindrical-coordinate representation of color #D730E1: hue angle of 296.61º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D730E1 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 48 225 -
CMYK 0.04 0.79 0 0.12
HSL 296.61º 0.75% 0.54% -
HSV(B) 296.61º 0.79% 0.88% -
XYZ 42.67 22 73.23 -
YUV 118.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 215 48 225 0.04 0.79 0 0.12 296.61 0.75 0.54
Hex D7 30 E1 4 4F 0 C 129 4B 36
Octal 327 60 341 4 117 0 14 451 113 66
Binary 11010111 110000 11100001 100 1001111 0 1100 100101001 1001011 110110

Color Harmonies of #D730E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730E1

Black with #D730E1

Text Example


Text Example

White with #D730E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730E1; }

 p { color: rgb(215,48,225); }

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

background-color css

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

 a { background-color: rgb(215,48,225); }

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

border-color css

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

 span { border-color: rgb(215,48,225); }

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