Html Css Color HEX #D74DC8 Free Speech Magenta

📋 copy color: '#D74DC8'

red 215 ◦ green 77 ◦ blue 200

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

Shades of Free Speech Magenta #D74DC8

Tints of Free Speech Magenta #D74DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.65%

R = 43.7%
G = 15.65%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D74DC8 (or 0xD74DC8) is known color: Free Speech Magenta. HEX triplet: D7, 4D and C8. RGB value is (215,77,200). Sum of RGB (Red+Green+Blue) = 215+77+200=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DC8 is #28B237. Grayscale: #838383. Windows color (decimal): -2667064 or 13127127. OLE color: 13127127.

HSL color Cylindrical-coordinate representation of color #D74DC8: hue angle of 306.52º 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 #D74DC8 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 200 -
CMYK 0 0.64 0.07 0.16
HSL 306.52º 0.63% 0.57% -
HSV(B) 306.52º 0.64% 0.84% -
XYZ 41.1 23.92 57.1 -
YUV 132.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 215 77 200 0 0.64 0.07 0.16 306.52 0.63 0.57
Hex D7 4D C8 0 40 7 10 133 3F 39
Octal 327 115 310 0 100 7 20 463 77 71
Binary 11010111 1001101 11001000 0 1000000 111 10000 100110011 111111 111001

Color Harmonies of #D74DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DC8

Black with #D74DC8

Text Example


Text Example

White with #D74DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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