Html Css Color HEX #D741CF Free Speech Magenta

📋 copy color: '#D741CF'

red 215 ◦ green 65 ◦ blue 207

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

Shades of Free Speech Magenta #D741CF

Tints of Free Speech Magenta #D741CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 44.15%
G = 13.35%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D741CF (or 0xD741CF) is known color: Free Speech Magenta. HEX triplet: D7, 41 and CF. RGB value is (215,65,207). Sum of RGB (Red+Green+Blue) = 215+65+207=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D741CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741CF is #28BE30. Grayscale: #7D7D7D. Windows color (decimal): -2670129 or 13582807. OLE color: 13582807.

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

Color convert

RGB 215 65 207 -
CMYK 0 0.70 0.04 0.16
HSL 303.2º 0.65% 0.55% -
HSV(B) 303.2º 0.7% 0.84% -
XYZ 41.18 22.73 61.25 -
YUV 126.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 215 65 207 0 0.70 0.04 0.16 303.2 0.65 0.55
Hex D7 41 CF 0 46 4 10 12F 41 37
Octal 327 101 317 0 106 4 20 457 101 67
Binary 11010111 1000001 11001111 0 1000110 100 10000 100101111 1000001 110111

Color Harmonies of #D741CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741CF

Black with #D741CF

Text Example


Text Example

White with #D741CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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