Html Css Color HEX #DD62BF Free Speech Magenta

📋 copy color: '#DD62BF'

red 221 ◦ green 98 ◦ blue 191

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

Shades of Free Speech Magenta #DD62BF

Tints of Free Speech Magenta #DD62BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.22%

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

R = 43.33%
G = 19.22%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD62BF (or 0xDD62BF) is known color: Free Speech Magenta. HEX triplet: DD, 62 and BF. RGB value is (221,98,191). Sum of RGB (Red+Green+Blue) = 221+98+191=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62BF is #229D40. Grayscale: #919191. Windows color (decimal): -2268481 or 12542685. OLE color: 12542685.

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

Color convert

RGB 221 98 191 -
CMYK 0 0.56 0.14 0.13
HSL 314.63º 0.64% 0.63% -
HSV(B) 314.63º 0.56% 0.87% -
XYZ 43.59 27.87 52.37 -
YUV 145.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 221 98 191 0 0.56 0.14 0.13 314.63 0.64 0.63
Hex DD 62 BF 0 38 E D 13B 40 3F
Octal 335 142 277 0 70 16 15 473 100 77
Binary 11011101 1100010 10111111 0 111000 1110 1101 100111011 1000000 111111

Color Harmonies of #DD62BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62BF

Black with #DD62BF

Text Example


Text Example

White with #DD62BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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