Html Css Color HEX #D736F6 Free Speech Magenta

📋 copy color: '#D736F6'

red 215 ◦ green 54 ◦ blue 246

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

Shades of Free Speech Magenta #D736F6

Tints of Free Speech Magenta #D736F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 41.75%
G = 10.49%
B = 47.77%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D736F6 (or 0xD736F6) is known color: Free Speech Magenta. HEX triplet: D7, 36 and F6. RGB value is (215,54,246). Sum of RGB (Red+Green+Blue) = 215+54+246=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #D736F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D736F6 is #28C909. Grayscale: #7B7B7B. Windows color (decimal): -2672906 or 16135895. OLE color: 16135895.

HSL color Cylindrical-coordinate representation of color #D736F6: hue angle of 290.31º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D736F6 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 54 246 -
CMYK 0.13 0.78 0 0.04
HSL 290.31º 0.91% 0.59% -
HSV(B) 290.31º 0.78% 0.96% -
XYZ 45.98 23.74 89.35 -
YUV 124.03 196.84 192.89 -
System Red Green Blue C M Y K H S L
Decimal 215 54 246 0.13 0.78 0 0.04 290.31 0.91 0.59
Hex D7 36 F6 D 4E 0 4 122 5B 3B
Octal 327 66 366 15 116 0 4 442 133 73
Binary 11010111 110110 11110110 1101 1001110 0 100 100100010 1011011 111011

Color Harmonies of #D736F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736F6

Black with #D736F6

Text Example


Text Example

White with #D736F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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