Html Css Color HEX #D74FCB Free Speech Magenta

📋 copy color: '#D74FCB'

red 215 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Magenta #D74FCB

Tints of Free Speech Magenta #D74FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.9%

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

R = 43.26%
G = 15.9%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D74FCB (or 0xD74FCB) is known color: Free Speech Magenta. HEX triplet: D7, 4F and CB. RGB value is (215,79,203). Sum of RGB (Red+Green+Blue) = 215+79+203=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FCB is #28B034. Grayscale: #858585. Windows color (decimal): -2666549 or 13324247. OLE color: 13324247.

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

Color convert

RGB 215 79 203 -
CMYK 0 0.63 0.06 0.16
HSL 305.29º 0.63% 0.58% -
HSV(B) 305.29º 0.63% 0.84% -
XYZ 41.6 24.35 59.01 -
YUV 133.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 215 79 203 0 0.63 0.06 0.16 305.29 0.63 0.58
Hex D7 4F CB 0 3F 6 10 131 3F 3A
Octal 327 117 313 0 77 6 20 461 77 72
Binary 11010111 1001111 11001011 0 111111 110 10000 100110001 111111 111010

Color Harmonies of #D74FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FCB

Black with #D74FCB

Text Example


Text Example

White with #D74FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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