Html Css Color HEX #D74BCF Free Speech Magenta

📋 copy color: '#D74BCF'

red 215 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Magenta #D74BCF

Tints of Free Speech Magenta #D74BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 43.26%
G = 15.09%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D74BCF (or 0xD74BCF) is known color: Free Speech Magenta. HEX triplet: D7, 4B and CF. RGB value is (215,75,207). Sum of RGB (Red+Green+Blue) = 215+75+207=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BCF is #28B430. Grayscale: #838383. Windows color (decimal): -2667569 or 13585367. OLE color: 13585367.

HSL color Cylindrical-coordinate representation of color #D74BCF: hue angle of 303.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 #D74BCF is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 207 -
CMYK 0 0.65 0.04 0.16
HSL 303.43º 0.64% 0.57% -
HSV(B) 303.43º 0.65% 0.84% -
XYZ 41.8 23.98 61.46 -
YUV 131.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 215 75 207 0 0.65 0.04 0.16 303.43 0.64 0.57
Hex D7 4B CF 0 41 4 10 12F 40 39
Octal 327 113 317 0 101 4 20 457 100 71
Binary 11010111 1001011 11001111 0 1000001 100 10000 100101111 1000000 111001

Color Harmonies of #D74BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BCF

Black with #D74BCF

Text Example


Text Example

White with #D74BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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