Html Css Color HEX #DD62BE Free Speech Magenta

📋 copy color: '#DD62BE'

red 221 ◦ green 98 ◦ blue 190

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

Shades of Free Speech Magenta #DD62BE

Tints of Free Speech Magenta #DD62BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 43.42%
G = 19.25%
B = 37.33%

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

#DD62BE (or 0xDD62BE) is known color: Free Speech Magenta. HEX triplet: DD, 62 and BE. RGB value is (221,98,190). Sum of RGB (Red+Green+Blue) = 221+98+190=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62BE is #229D41. Grayscale: #919191. Windows color (decimal): -2268482 or 12477149. OLE color: 12477149.

HSL color Cylindrical-coordinate representation of color #DD62BE: hue angle of 315.12º 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 #DD62BE is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 190 -
CMYK 0 0.56 0.14 0.13
HSL 315.12º 0.64% 0.63% -
HSV(B) 315.12º 0.56% 0.87% -
XYZ 43.48 27.83 51.79 -
YUV 145.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 221 98 190 0 0.56 0.14 0.13 315.12 0.64 0.63
Hex DD 62 BE 0 38 E D 13B 40 3F
Octal 335 142 276 0 70 16 15 473 100 77
Binary 11011101 1100010 10111110 0 111000 1110 1101 100111011 1000000 111111

Color Harmonies of #DD62BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62BE

Black with #DD62BE

Text Example


Text Example

White with #DD62BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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