Html Css Color HEX #D74BC8 Free Speech Magenta

📋 copy color: '#D74BC8'

red 215 ◦ green 75 ◦ blue 200

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

Shades of Free Speech Magenta #D74BC8

Tints of Free Speech Magenta #D74BC8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.31%

 BLUE value IS 200 (78.52% from 255) = 40.82%

R = 43.88%
G = 15.31%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D74BC8 (or 0xD74BC8) is known color: Free Speech Magenta. HEX triplet: D7, 4B and C8. RGB value is (215,75,200). Sum of RGB (Red+Green+Blue) = 215+75+200=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BC8 is #28B437. Grayscale: #828282. Windows color (decimal): -2667576 or 13126615. OLE color: 13126615.

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

Color convert

RGB 215 75 200 -
CMYK 0 0.65 0.07 0.16
HSL 306.43º 0.64% 0.57% -
HSV(B) 306.43º 0.65% 0.84% -
XYZ 40.97 23.65 57.05 -
YUV 131.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 215 75 200 0 0.65 0.07 0.16 306.43 0.64 0.57
Hex D7 4B C8 0 41 7 10 132 40 39
Octal 327 113 310 0 101 7 20 462 100 71
Binary 11010111 1001011 11001000 0 1000001 111 10000 100110010 1000000 111001

Color Harmonies of #D74BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BC8

Black with #D74BC8

Text Example


Text Example

White with #D74BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BC8; }

 p { color: rgb(215,75,200); }

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

background-color css

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

 a { background-color: rgb(215,75,200); }

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

border-color css

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

 span { border-color: rgb(215,75,200); }

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