Html Css Color HEX #D74ECB Free Speech Magenta

📋 copy color: '#D74ECB'

red 215 ◦ green 78 ◦ blue 203

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

Shades of Free Speech Magenta #D74ECB

Tints of Free Speech Magenta #D74ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.73%

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 43.35%
G = 15.73%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D74ECB (or 0xD74ECB) is known color: Free Speech Magenta. HEX triplet: D7, 4E and CB. RGB value is (215,78,203). Sum of RGB (Red+Green+Blue) = 215+78+203=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74ECB is #28B134. Grayscale: #848484. Windows color (decimal): -2666805 or 13323991. OLE color: 13323991.

HSL color Cylindrical-coordinate representation of color #D74ECB: hue angle of 305.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74ECB is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 203 -
CMYK 0 0.64 0.06 0.16
HSL 305.26º 0.63% 0.57% -
HSV(B) 305.26º 0.64% 0.84% -
XYZ 41.53 24.21 58.98 -
YUV 133.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 215 78 203 0 0.64 0.06 0.16 305.26 0.63 0.57
Hex D7 4E CB 0 40 6 10 131 3F 39
Octal 327 116 313 0 100 6 20 461 77 71
Binary 11010111 1001110 11001011 0 1000000 110 10000 100110001 111111 111001

Color Harmonies of #D74ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74ECB

Black with #D74ECB

Text Example


Text Example

White with #D74ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74ECB; }

 p { color: rgb(215,78,203); }

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

background-color css

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

 a { background-color: rgb(215,78,203); }

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

border-color css

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

 span { border-color: rgb(215,78,203); }

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