Html Css Color HEX #D74CCD Free Speech Magenta

📋 copy color: '#D74CCD'

red 215 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Magenta #D74CCD

Tints of Free Speech Magenta #D74CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.32%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 43.35%
G = 15.32%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D74CCD (or 0xD74CCD) is known color: Free Speech Magenta. HEX triplet: D7, 4C and CD. RGB value is (215,76,205). Sum of RGB (Red+Green+Blue) = 215+76+205=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CCD is #28B332. Grayscale: #838383. Windows color (decimal): -2667315 or 13454551. OLE color: 13454551.

HSL color Cylindrical-coordinate representation of color #D74CCD: hue angle of 304.32º degrees, saturation: 0.63, 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 #D74CCD is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 76 205 -
CMYK 0 0.65 0.05 0.16
HSL 304.32º 0.63% 0.57% -
HSV(B) 304.32º 0.65% 0.84% -
XYZ 41.63 24.02 60.2 -
YUV 132.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 215 76 205 0 0.65 0.05 0.16 304.32 0.63 0.57
Hex D7 4C CD 0 41 5 10 130 3F 39
Octal 327 114 315 0 101 5 20 460 77 71
Binary 11010111 1001100 11001101 0 1000001 101 10000 100110000 111111 111001

Color Harmonies of #D74CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CCD

Black with #D74CCD

Text Example


Text Example

White with #D74CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CCD; }

 p { color: rgb(215,76,205); }

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

background-color css

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

 a { background-color: rgb(215,76,205); }

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

border-color css

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

 span { border-color: rgb(215,76,205); }

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