Html Css Color HEX #D74ADE Free Speech Magenta

📋 copy color: '#D74ADE'

red 215 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Magenta #D74ADE

Tints of Free Speech Magenta #D74ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.48%

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 42.07%
G = 14.48%
B = 43.44%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D74ADE (or 0xD74ADE) is known color: Free Speech Magenta. HEX triplet: D7, 4A and DE. RGB value is (215,74,222). Sum of RGB (Red+Green+Blue) = 215+74+222=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #D74ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ADE is #28B521. Grayscale: #848484. Windows color (decimal): -2667810 or 14568151. OLE color: 14568151.

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

Color convert

RGB 215 74 222 -
CMYK 0.03 0.67 0 0.13
HSL 297.16º 0.69% 0.58% -
HSV(B) 297.16º 0.67% 0.87% -
XYZ 43.66 24.62 71.56 -
YUV 133.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 215 74 222 0.03 0.67 0 0.13 297.16 0.69 0.58
Hex D7 4A DE 3 43 0 D 129 45 3A
Octal 327 112 336 3 103 0 15 451 105 72
Binary 11010111 1001010 11011110 11 1000011 0 1101 100101001 1000101 111010

Color Harmonies of #D74ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74ADE

Black with #D74ADE

Text Example


Text Example

White with #D74ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74ADE; }

 p { color: rgb(215,74,222); }

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

background-color css

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

 a { background-color: rgb(215,74,222); }

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

border-color css

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

 span { border-color: rgb(215,74,222); }

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