Html Css Color HEX #D73DDA Free Speech Magenta

📋 copy color: '#D73DDA'

red 215 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Magenta #D73DDA

Tints of Free Speech Magenta #D73DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.35%

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

R = 43.52%
G = 12.35%
B = 44.13%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D73DDA (or 0xD73DDA) is known color: Free Speech Magenta. HEX triplet: D7, 3D and DA. RGB value is (215,61,218). Sum of RGB (Red+Green+Blue) = 215+61+218=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #D73DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DDA is #28C225. Grayscale: #7C7C7C. Windows color (decimal): -2671142 or 14302679. OLE color: 14302679.

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

Color convert

RGB 215 61 218 -
CMYK 0.01 0.72 0 0.15
HSL 298.85º 0.68% 0.55% -
HSV(B) 298.85º 0.72% 0.85% -
XYZ 42.35 22.85 68.51 -
YUV 124.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 215 61 218 0.01 0.72 0 0.15 298.85 0.68 0.55
Hex D7 3D DA 1 48 0 F 12B 44 37
Octal 327 75 332 1 110 0 17 453 104 67
Binary 11010111 111101 11011010 1 1001000 0 1111 100101011 1000100 110111

Color Harmonies of #D73DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DDA

Black with #D73DDA

Text Example


Text Example

White with #D73DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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