Html Css Color HEX #D73DDD Free Speech Magenta

📋 copy color: '#D73DDD'

red 215 ◦ green 61 ◦ blue 221

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

Shades of Free Speech Magenta #D73DDD

Tints of Free Speech Magenta #D73DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 43.26%
G = 12.27%
B = 44.47%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D73DDD (or 0xD73DDD) is known color: Free Speech Magenta. HEX triplet: D7, 3D and DD. RGB value is (215,61,221). Sum of RGB (Red+Green+Blue) = 215+61+221=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #D73DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DDD is #28C222. Grayscale: #7C7C7C. Windows color (decimal): -2671139 or 14499287. OLE color: 14499287.

HSL color Cylindrical-coordinate representation of color #D73DDD: hue angle of 297.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73DDD is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 61 221 -
CMYK 0.03 0.72 0 0.13
HSL 297.75º 0.7% 0.55% -
HSV(B) 297.75º 0.72% 0.87% -
XYZ 42.74 23.01 70.59 -
YUV 125.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 215 61 221 0.03 0.72 0 0.13 297.75 0.7 0.55
Hex D7 3D DD 3 48 0 D 12A 46 37
Octal 327 75 335 3 110 0 15 452 106 67
Binary 11010111 111101 11011101 11 1001000 0 1101 100101010 1000110 110111

Color Harmonies of #D73DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DDD

Black with #D73DDD

Text Example


Text Example

White with #D73DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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