Html Css Color HEX #D741CC Free Speech Magenta

📋 copy color: '#D741CC'

red 215 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Magenta #D741CC

Tints of Free Speech Magenta #D741CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.43%

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 44.42%
G = 13.43%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D741CC (or 0xD741CC) is known color: Free Speech Magenta. HEX triplet: D7, 41 and CC. RGB value is (215,65,204). Sum of RGB (Red+Green+Blue) = 215+65+204=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D741CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741CC is #28BE33. Grayscale: #7D7D7D. Windows color (decimal): -2670132 or 13386199. OLE color: 13386199.

HSL color Cylindrical-coordinate representation of color #D741CC: hue angle of 304.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D741CC is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 204 -
CMYK 0 0.70 0.05 0.16
HSL 304.4º 0.65% 0.55% -
HSV(B) 304.4º 0.7% 0.84% -
XYZ 40.81 22.59 59.34 -
YUV 125.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 215 65 204 0 0.70 0.05 0.16 304.4 0.65 0.55
Hex D7 41 CC 0 46 5 10 130 41 37
Octal 327 101 314 0 106 5 20 460 101 67
Binary 11010111 1000001 11001100 0 1000110 101 10000 100110000 1000001 110111

Color Harmonies of #D741CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741CC

Black with #D741CC

Text Example


Text Example

White with #D741CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741CC; }

 p { color: rgb(215,65,204); }

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

background-color css

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

 a { background-color: rgb(215,65,204); }

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

border-color css

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

 span { border-color: rgb(215,65,204); }

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