Html Css Color HEX #D74CCB Free Speech Magenta

📋 copy color: '#D74CCB'

red 215 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Magenta #D74CCB

Tints of Free Speech Magenta #D74CCB

RGB

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

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

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

R = 43.52%
G = 15.38%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D74CCB (or 0xD74CCB) is known color: Free Speech Magenta. HEX triplet: D7, 4C and CB. RGB value is (215,76,203). Sum of RGB (Red+Green+Blue) = 215+76+203=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CCB is #28B334. Grayscale: #838383. Windows color (decimal): -2667317 or 13323479. OLE color: 13323479.

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

Color convert

RGB 215 76 203 -
CMYK 0 0.65 0.06 0.16
HSL 305.18º 0.63% 0.57% -
HSV(B) 305.18º 0.65% 0.84% -
XYZ 41.39 23.93 58.94 -
YUV 132.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 215 76 203 0 0.65 0.06 0.16 305.18 0.63 0.57
Hex D7 4C CB 0 41 6 10 131 3F 39
Octal 327 114 313 0 101 6 20 461 77 71
Binary 11010111 1001100 11001011 0 1000001 110 10000 100110001 111111 111001

Color Harmonies of #D74CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CCB

Black with #D74CCB

Text Example


Text Example

White with #D74CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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