Html Css Color HEX #D74CC8 Free Speech Magenta

📋 copy color: '#D74CC8'

red 215 ◦ green 76 ◦ blue 200

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

Shades of Free Speech Magenta #D74CC8

Tints of Free Speech Magenta #D74CC8

RGB

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

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

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

R = 43.79%
G = 15.48%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D74CC8 (or 0xD74CC8) is known color: Free Speech Magenta. HEX triplet: D7, 4C and C8. RGB value is (215,76,200). Sum of RGB (Red+Green+Blue) = 215+76+200=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CC8 is #28B337. Grayscale: #838383. Windows color (decimal): -2667320 or 13126871. OLE color: 13126871.

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

Color convert

RGB 215 76 200 -
CMYK 0 0.65 0.07 0.16
HSL 306.47º 0.63% 0.57% -
HSV(B) 306.47º 0.65% 0.84% -
XYZ 41.03 23.79 57.07 -
YUV 131.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 215 76 200 0 0.65 0.07 0.16 306.47 0.63 0.57
Hex D7 4C C8 0 41 7 10 132 3F 39
Octal 327 114 310 0 101 7 20 462 77 71
Binary 11010111 1001100 11001000 0 1000001 111 10000 100110010 111111 111001

Color Harmonies of #D74CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CC8

Black with #D74CC8

Text Example


Text Example

White with #D74CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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