Html Css Color HEX #D740DA Free Speech Magenta

📋 copy color: '#D740DA'

red 215 ◦ green 64 ◦ blue 218

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

Shades of Free Speech Magenta #D740DA

Tints of Free Speech Magenta #D740DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 43.26%
G = 12.88%
B = 43.86%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D740DA (or 0xD740DA) is known color: Free Speech Magenta. HEX triplet: D7, 40 and DA. RGB value is (215,64,218). Sum of RGB (Red+Green+Blue) = 215+64+218=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #D740DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740DA is #28BF25. Grayscale: #7E7E7E. Windows color (decimal): -2670374 or 14303447. OLE color: 14303447.

HSL color Cylindrical-coordinate representation of color #D740DA: hue angle of 298.83º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D740DA is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 64 218 -
CMYK 0.01 0.71 0 0.15
HSL 298.83º 0.68% 0.55% -
HSV(B) 298.83º 0.71% 0.85% -
XYZ 42.51 23.18 68.56 -
YUV 126.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 215 64 218 0.01 0.71 0 0.15 298.83 0.68 0.55
Hex D7 40 DA 1 47 0 F 12B 44 37
Octal 327 100 332 1 107 0 17 453 104 67
Binary 11010111 1000000 11011010 1 1000111 0 1111 100101011 1000100 110111

Color Harmonies of #D740DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740DA

Black with #D740DA

Text Example


Text Example

White with #D740DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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