Html Css Color HEX #D740D8 Free Speech Magenta

📋 copy color: '#D740D8'

red 215 ◦ green 64 ◦ blue 216

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

Shades of Free Speech Magenta #D740D8

Tints of Free Speech Magenta #D740D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 43.43%
G = 12.93%
B = 43.64%

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D740D8 (or 0xD740D8) is known color: Free Speech Magenta. HEX triplet: D7, 40 and D8. RGB value is (215,64,216). Sum of RGB (Red+Green+Blue) = 215+64+216=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #D740D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740D8 is #28BF27. Grayscale: #7E7E7E. Windows color (decimal): -2670376 or 14172375. OLE color: 14172375.

HSL color Cylindrical-coordinate representation of color #D740D8: hue angle of 299.61º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D740D8 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 64 216 -
CMYK 0.00 0.70 0 0.15
HSL 299.61º 0.66% 0.55% -
HSV(B) 299.61º 0.7% 0.85% -
XYZ 42.25 23.07 67.19 -
YUV 126.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 215 64 216 0.00 0.70 0 0.15 299.61 0.66 0.55
Hex D7 40 D8 0 46 0 F 12C 42 37
Octal 327 100 330 0 106 0 17 454 102 67
Binary 11010111 1000000 11011000 0 1000110 0 1111 100101100 1000010 110111

Color Harmonies of #D740D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740D8

Black with #D740D8

Text Example


Text Example

White with #D740D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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