Html Css Color HEX #D740CE Free Speech Magenta

📋 copy color: '#D740CE'

red 215 ◦ green 64 ◦ blue 206

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

Shades of Free Speech Magenta #D740CE

Tints of Free Speech Magenta #D740CE

RGB

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

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

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

R = 44.33%
G = 13.2%
B = 42.47%

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

#D740CE (or 0xD740CE) is known color: Free Speech Magenta. HEX triplet: D7, 40 and CE. RGB value is (215,64,206). Sum of RGB (Red+Green+Blue) = 215+64+206=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D740CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740CE is #28BF31. Grayscale: #7C7C7C. Windows color (decimal): -2670386 or 13517015. OLE color: 13517015.

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

Color convert

RGB 215 64 206 -
CMYK 0 0.70 0.04 0.16
HSL 303.58º 0.65% 0.55% -
HSV(B) 303.58º 0.7% 0.84% -
XYZ 41 22.57 60.59 -
YUV 125.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 215 64 206 0 0.70 0.04 0.16 303.58 0.65 0.55
Hex D7 40 CE 0 46 4 10 130 41 37
Octal 327 100 316 0 106 4 20 460 101 67
Binary 11010111 1000000 11001110 0 1000110 100 10000 100110000 1000001 110111

Color Harmonies of #D740CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740CE

Black with #D740CE

Text Example


Text Example

White with #D740CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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