Html Css Color HEX #D74CCE Free Speech Magenta

📋 copy color: '#D74CCE'

red 215 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Magenta #D74CCE

Tints of Free Speech Magenta #D74CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 43.26%
G = 15.29%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D74CCE (or 0xD74CCE) is known color: Free Speech Magenta. HEX triplet: D7, 4C and CE. RGB value is (215,76,206). Sum of RGB (Red+Green+Blue) = 215+76+206=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CCE is #28B331. Grayscale: #848484. Windows color (decimal): -2667314 or 13520087. OLE color: 13520087.

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

Color convert

RGB 215 76 206 -
CMYK 0 0.65 0.04 0.16
HSL 303.88º 0.63% 0.57% -
HSV(B) 303.88º 0.65% 0.84% -
XYZ 41.75 24.07 60.84 -
YUV 132.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 215 76 206 0 0.65 0.04 0.16 303.88 0.63 0.57
Hex D7 4C CE 0 41 4 10 130 3F 39
Octal 327 114 316 0 101 4 20 460 77 71
Binary 11010111 1001100 11001110 0 1000001 100 10000 100110000 111111 111001

Color Harmonies of #D74CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CCE

Black with #D74CCE

Text Example


Text Example

White with #D74CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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