Html Css Color HEX #D73BEE Free Speech Magenta

📋 copy color: '#D73BEE'

red 215 ◦ green 59 ◦ blue 238

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

Shades of Free Speech Magenta #D73BEE

Tints of Free Speech Magenta #D73BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.52%

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 41.99%
G = 11.52%
B = 46.48%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D73BEE (or 0xD73BEE) is known color: Free Speech Magenta. HEX triplet: D7, 3B and EE. RGB value is (215,59,238). Sum of RGB (Red+Green+Blue) = 215+59+238=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #D73BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73BEE is #28C411. Grayscale: #7D7D7D. Windows color (decimal): -2671634 or 15612887. OLE color: 15612887.

HSL color Cylindrical-coordinate representation of color #D73BEE: hue angle of 292.29º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73BEE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 59 238 -
CMYK 0.10 0.75 0 0.07
HSL 292.29º 0.84% 0.58% -
HSV(B) 292.29º 0.75% 0.93% -
XYZ 45.02 23.75 83.1 -
YUV 126.05 191.18 191.45 -
System Red Green Blue C M Y K H S L
Decimal 215 59 238 0.10 0.75 0 0.07 292.29 0.84 0.58
Hex D7 3B EE A 4B 0 7 124 54 3A
Octal 327 73 356 12 113 0 7 444 124 72
Binary 11010111 111011 11101110 1010 1001011 0 111 100100100 1010100 111010

Color Harmonies of #D73BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73BEE

Black with #D73BEE

Text Example


Text Example

White with #D73BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73BEE; }

 p { color: rgb(215,59,238); }

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

background-color css

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

 a { background-color: rgb(215,59,238); }

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

border-color css

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

 span { border-color: rgb(215,59,238); }

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