Html Css Color HEX #D74CC7 Free Speech Magenta

📋 copy color: '#D74CC7'

red 215 ◦ green 76 ◦ blue 199

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

Shades of Free Speech Magenta #D74CC7

Tints of Free Speech Magenta #D74CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.61%

R = 43.88%
G = 15.51%
B = 40.61%

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

#D74CC7 (or 0xD74CC7) is known color: Free Speech Magenta. HEX triplet: D7, 4C and C7. RGB value is (215,76,199). Sum of RGB (Red+Green+Blue) = 215+76+199=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CC7 is #28B338. Grayscale: #838383. Windows color (decimal): -2667321 or 13061335. OLE color: 13061335.

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

Color convert

RGB 215 76 199 -
CMYK 0 0.65 0.07 0.16
HSL 306.91º 0.63% 0.57% -
HSV(B) 306.91º 0.65% 0.84% -
XYZ 40.92 23.74 56.46 -
YUV 131.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 215 76 199 0 0.65 0.07 0.16 306.91 0.63 0.57
Hex D7 4C C7 0 41 7 10 133 3F 39
Octal 327 114 307 0 101 7 20 463 77 71
Binary 11010111 1001100 11000111 0 1000001 111 10000 100110011 111111 111001

Color Harmonies of #D74CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CC7

Black with #D74CC7

Text Example


Text Example

White with #D74CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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