Html Css Color HEX #D737ED Free Speech Magenta

📋 copy color: '#D737ED'

red 215 ◦ green 55 ◦ blue 237

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

Shades of Free Speech Magenta #D737ED

Tints of Free Speech Magenta #D737ED

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.85%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 42.41%
G = 10.85%
B = 46.75%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D737ED (or 0xD737ED) is known color: Free Speech Magenta. HEX triplet: D7, 37 and ED. RGB value is (215,55,237). Sum of RGB (Red+Green+Blue) = 215+55+237=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #D737ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D737ED is #28C812. Grayscale: #7B7B7B. Windows color (decimal): -2672659 or 15546327. OLE color: 15546327.

HSL color Cylindrical-coordinate representation of color #D737ED: hue angle of 292.75º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D737ED is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 55 237 -
CMYK 0.09 0.77 0 0.07
HSL 292.75º 0.83% 0.57% -
HSV(B) 292.75º 0.77% 0.93% -
XYZ 44.68 23.29 82.26 -
YUV 123.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 215 55 237 0.09 0.77 0 0.07 292.75 0.83 0.57
Hex D7 37 ED 9 4D 0 7 125 53 39
Octal 327 67 355 11 115 0 7 445 123 71
Binary 11010111 110111 11101101 1001 1001101 0 111 100100101 1010011 111001

Color Harmonies of #D737ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737ED

Black with #D737ED

Text Example


Text Example

White with #D737ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737ED; }

 p { color: rgb(215,55,237); }

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

background-color css

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

 a { background-color: rgb(215,55,237); }

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

border-color css

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

 span { border-color: rgb(215,55,237); }

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