Html Css Color HEX #D736E5 Free Speech Magenta

📋 copy color: '#D736E5'

red 215 ◦ green 54 ◦ blue 229

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

Shades of Free Speech Magenta #D736E5

Tints of Free Speech Magenta #D736E5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.84%

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

R = 43.17%
G = 10.84%
B = 45.98%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D736E5 (or 0xD736E5) is known color: Free Speech Magenta. HEX triplet: D7, 36 and E5. RGB value is (215,54,229). Sum of RGB (Red+Green+Blue) = 215+54+229=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #D736E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736E5 is #28C91A. Grayscale: #797979. Windows color (decimal): -2672923 or 15021783. OLE color: 15021783.

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

Color convert

RGB 215 54 229 -
CMYK 0.06 0.76 0 0.10
HSL 295.2º 0.77% 0.55% -
HSV(B) 295.2º 0.76% 0.9% -
XYZ 43.49 22.74 76.23 -
YUV 122.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 215 54 229 0.06 0.76 0 0.10 295.2 0.77 0.55
Hex D7 36 E5 6 4C 0 A 127 4D 37
Octal 327 66 345 6 114 0 12 447 115 67
Binary 11010111 110110 11100101 110 1001100 0 1010 100100111 1001101 110111

Color Harmonies of #D736E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736E5

Black with #D736E5

Text Example


Text Example

White with #D736E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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