Html Css Color HEX #D740CF Free Speech Magenta

📋 copy color: '#D740CF'

red 215 ◦ green 64 ◦ blue 207

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

Shades of Free Speech Magenta #D740CF

Tints of Free Speech Magenta #D740CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.17%

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

R = 44.24%
G = 13.17%
B = 42.59%

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

#D740CF (or 0xD740CF) is known color: Free Speech Magenta. HEX triplet: D7, 40 and CF. RGB value is (215,64,207). Sum of RGB (Red+Green+Blue) = 215+64+207=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D740CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740CF is #28BF30. Grayscale: #7D7D7D. Windows color (decimal): -2670385 or 13582551. OLE color: 13582551.

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

Color convert

RGB 215 64 207 -
CMYK 0 0.70 0.04 0.16
HSL 303.18º 0.65% 0.55% -
HSV(B) 303.18º 0.7% 0.84% -
XYZ 41.12 22.62 61.23 -
YUV 125.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 215 64 207 0 0.70 0.04 0.16 303.18 0.65 0.55
Hex D7 40 CF 0 46 4 10 12F 41 37
Octal 327 100 317 0 106 4 20 457 101 67
Binary 11010111 1000000 11001111 0 1000110 100 10000 100101111 1000001 110111

Color Harmonies of #D740CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740CF

Black with #D740CF

Text Example


Text Example

White with #D740CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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