Html Css Color HEX #D74CD3 Free Speech Magenta

📋 copy color: '#D74CD3'

red 215 ◦ green 76 ◦ blue 211

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

Shades of Free Speech Magenta #D74CD3

Tints of Free Speech Magenta #D74CD3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.14%

 BLUE value IS 211 (82.81% from 255) = 42.03%

R = 42.83%
G = 15.14%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D74CD3 (or 0xD74CD3) is known color: Free Speech Magenta. HEX triplet: D7, 4C and D3. RGB value is (215,76,211). Sum of RGB (Red+Green+Blue) = 215+76+211=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CD3 is #28B32C. Grayscale: #848484. Windows color (decimal): -2667309 or 13847767. OLE color: 13847767.

HSL color Cylindrical-coordinate representation of color #D74CD3: hue angle of 301.73º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74CD3 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 211 -
CMYK 0 0.65 0.02 0.16
HSL 301.73º 0.63% 0.57% -
HSV(B) 301.73º 0.65% 0.84% -
XYZ 42.37 24.32 64.09 -
YUV 132.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 215 76 211 0 0.65 0.02 0.16 301.73 0.63 0.57
Hex D7 4C D3 0 41 2 10 12E 3F 39
Octal 327 114 323 0 101 2 20 456 77 71
Binary 11010111 1001100 11010011 0 1000001 10 10000 100101110 111111 111001

Color Harmonies of #D74CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CD3

Black with #D74CD3

Text Example


Text Example

White with #D74CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CD3; }

 p { color: rgb(215,76,211); }

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

background-color css

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

 a { background-color: rgb(215,76,211); }

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

border-color css

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

 span { border-color: rgb(215,76,211); }

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