Html Css Color HEX #DD65BB Free Speech Magenta

📋 copy color: '#DD65BB'

red 221 ◦ green 101 ◦ blue 187

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

Shades of Free Speech Magenta #DD65BB

Tints of Free Speech Magenta #DD65BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.84%

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 43.42%
G = 19.84%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD65BB (or 0xDD65BB) is known color: Free Speech Magenta. HEX triplet: DD, 65 and BB. RGB value is (221,101,187). Sum of RGB (Red+Green+Blue) = 221+101+187=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65BB is #229A44. Grayscale: #929292. Windows color (decimal): -2267717 or 12281309. OLE color: 12281309.

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

Color convert

RGB 221 101 187 -
CMYK 0 0.54 0.15 0.13
HSL 317º 0.64% 0.63% -
HSV(B) 317º 0.54% 0.87% -
XYZ 43.44 28.27 50.18 -
YUV 146.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 221 101 187 0 0.54 0.15 0.13 317 0.64 0.63
Hex DD 65 BB 0 36 F D 13D 40 3F
Octal 335 145 273 0 66 17 15 475 100 77
Binary 11011101 1100101 10111011 0 110110 1111 1101 100111101 1000000 111111

Color Harmonies of #DD65BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65BB

Black with #DD65BB

Text Example


Text Example

White with #DD65BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65BB; }

 p { color: rgb(221,101,187); }

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

background-color css

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

 a { background-color: rgb(221,101,187); }

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

border-color css

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

 span { border-color: rgb(221,101,187); }

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