Html Css Color HEX #DD42BF Free Speech Magenta

📋 copy color: '#DD42BF'

red 221 ◦ green 66 ◦ blue 191

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

Shades of Free Speech Magenta #DD42BF

Tints of Free Speech Magenta #DD42BF

RGB

 RED value IS 221 (86.72% from 255) = 46.23%

 GREEN value IS 66 (26.17% from 255) = 13.81%

 BLUE value IS 191 (75% from 255) = 39.96%

R = 46.23%
G = 13.81%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD42BF (or 0xDD42BF) is known color: Free Speech Magenta. HEX triplet: DD, 42 and BF. RGB value is (221,66,191). Sum of RGB (Red+Green+Blue) = 221+66+191=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42BF is #22BD40. Grayscale: #7E7E7E. Windows color (decimal): -2276673 or 12534493. OLE color: 12534493.

HSL color Cylindrical-coordinate representation of color #DD42BF: hue angle of 311.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42BF is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 191 -
CMYK 0 0.70 0.14 0.13
HSL 311.61º 0.7% 0.56% -
HSV(B) 311.61º 0.7% 0.87% -
XYZ 41.17 23.03 51.57 -
YUV 126.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 221 66 191 0 0.70 0.14 0.13 311.61 0.7 0.56
Hex DD 42 BF 0 46 E D 138 46 38
Octal 335 102 277 0 106 16 15 470 106 70
Binary 11011101 1000010 10111111 0 1000110 1110 1101 100111000 1000110 111000

Color Harmonies of #DD42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42BF

Black with #DD42BF

Text Example


Text Example

White with #DD42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42BF; }

 p { color: rgb(221,66,191); }

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

background-color css

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

 a { background-color: rgb(221,66,191); }

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

border-color css

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

 span { border-color: rgb(221,66,191); }

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