Html Css Color HEX #D730E5 Free Speech Magenta

📋 copy color: '#D730E5'

red 215 ◦ green 48 ◦ blue 229

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

Shades of Free Speech Magenta #D730E5

Tints of Free Speech Magenta #D730E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.54%

R = 43.7%
G = 9.76%
B = 46.54%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D730E5 (or 0xD730E5) is known color: Free Speech Magenta. HEX triplet: D7, 30 and E5. RGB value is (215,48,229). Sum of RGB (Red+Green+Blue) = 215+48+229=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #D730E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730E5 is #28CF1A. Grayscale: #767676. Windows color (decimal): -2674459 or 15020247. OLE color: 15020247.

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

Color convert

RGB 215 48 229 -
CMYK 0.06 0.79 0 0.10
HSL 295.36º 0.78% 0.54% -
HSV(B) 295.36º 0.79% 0.9% -
XYZ 43.22 22.22 76.14 -
YUV 118.57 190.33 196.78 -
System Red Green Blue C M Y K H S L
Decimal 215 48 229 0.06 0.79 0 0.10 295.36 0.78 0.54
Hex D7 30 E5 6 4F 0 A 127 4E 36
Octal 327 60 345 6 117 0 12 447 116 66
Binary 11010111 110000 11100101 110 1001111 0 1010 100100111 1001110 110110

Color Harmonies of #D730E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730E5

Black with #D730E5

Text Example


Text Example

White with #D730E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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