Html Css Color HEX #D736D0 Free Speech Magenta

📋 copy color: '#D736D0'

red 215 ◦ green 54 ◦ blue 208

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

Shades of Free Speech Magenta #D736D0

Tints of Free Speech Magenta #D736D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 45.07%
G = 11.32%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D736D0 (or 0xD736D0) is known color: Free Speech Magenta. HEX triplet: D7, 36 and D0. RGB value is (215,54,208). Sum of RGB (Red+Green+Blue) = 215+54+208=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D736D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736D0 is #28C92F. Grayscale: #777777. Windows color (decimal): -2672944 or 13645527. OLE color: 13645527.

HSL color Cylindrical-coordinate representation of color #D736D0: hue angle of 302.61º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D736D0 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 54 208 -
CMYK 0 0.75 0.03 0.16
HSL 302.61º 0.67% 0.53% -
HSV(B) 302.61º 0.75% 0.84% -
XYZ 40.73 21.64 61.7 -
YUV 119.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 215 54 208 0 0.75 0.03 0.16 302.61 0.67 0.53
Hex D7 36 D0 0 4B 3 10 12F 43 35
Octal 327 66 320 0 113 3 20 457 103 65
Binary 11010111 110110 11010000 0 1001011 11 10000 100101111 1000011 110101

Color Harmonies of #D736D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736D0

Black with #D736D0

Text Example


Text Example

White with #D736D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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