Html Css Color HEX #D74DE5 Free Speech Magenta

📋 copy color: '#D74DE5'

red 215 ◦ green 77 ◦ blue 229

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

Shades of Free Speech Magenta #D74DE5

Tints of Free Speech Magenta #D74DE5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.78%

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 41.27%
G = 14.78%
B = 43.95%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D74DE5 (or 0xD74DE5) is known color: Free Speech Magenta. HEX triplet: D7, 4D and E5. RGB value is (215,77,229). Sum of RGB (Red+Green+Blue) = 215+77+229=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #D74DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DE5 is #28B21A. Grayscale: #878787. Windows color (decimal): -2667035 or 15027671. OLE color: 15027671.

HSL color Cylindrical-coordinate representation of color #D74DE5: hue angle of 294.47º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74DE5 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 77 229 -
CMYK 0.06 0.66 0 0.10
HSL 294.47º 0.75% 0.6% -
HSV(B) 294.47º 0.66% 0.9% -
XYZ 44.82 25.41 76.67 -
YUV 135.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 215 77 229 0.06 0.66 0 0.10 294.47 0.75 0.6
Hex D7 4D E5 6 42 0 A 126 4B 3C
Octal 327 115 345 6 102 0 12 446 113 74
Binary 11010111 1001101 11100101 110 1000010 0 1010 100100110 1001011 111100

Color Harmonies of #D74DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DE5

Black with #D74DE5

Text Example


Text Example

White with #D74DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DE5; }

 p { color: rgb(215,77,229); }

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

background-color css

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

 a { background-color: rgb(215,77,229); }

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

border-color css

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

 span { border-color: rgb(215,77,229); }

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