Html Css Color HEX #D74DCF Free Speech Magenta

📋 copy color: '#D74DCF'

red 215 ◦ green 77 ◦ blue 207

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

Shades of Free Speech Magenta #D74DCF

Tints of Free Speech Magenta #D74DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.43%

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 43.09%
G = 15.43%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D74DCF (or 0xD74DCF) is known color: Free Speech Magenta. HEX triplet: D7, 4D and CF. RGB value is (215,77,207). Sum of RGB (Red+Green+Blue) = 215+77+207=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DCF is #28B230. Grayscale: #848484. Windows color (decimal): -2667057 or 13585879. OLE color: 13585879.

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

Color convert

RGB 215 77 207 -
CMYK 0 0.64 0.04 0.16
HSL 303.48º 0.63% 0.57% -
HSV(B) 303.48º 0.64% 0.84% -
XYZ 41.94 24.26 61.5 -
YUV 133.08 169.72 186.43 -
System Red Green Blue C M Y K H S L
Decimal 215 77 207 0 0.64 0.04 0.16 303.48 0.63 0.57
Hex D7 4D CF 0 40 4 10 12F 3F 39
Octal 327 115 317 0 100 4 20 457 77 71
Binary 11010111 1001101 11001111 0 1000000 100 10000 100101111 111111 111001

Color Harmonies of #D74DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DCF

Black with #D74DCF

Text Example


Text Example

White with #D74DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DCF; }

 p { color: rgb(215,77,207); }

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

background-color css

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

 a { background-color: rgb(215,77,207); }

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

border-color css

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

 span { border-color: rgb(215,77,207); }

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