Html Css Color HEX #DD65B9 Free Speech Magenta

📋 copy color: '#DD65B9'

red 221 ◦ green 101 ◦ blue 185

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

Shades of Free Speech Magenta #DD65B9

Tints of Free Speech Magenta #DD65B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 43.59%
G = 19.92%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD65B9 (or 0xDD65B9) is known color: Free Speech Magenta. HEX triplet: DD, 65 and B9. RGB value is (221,101,185). Sum of RGB (Red+Green+Blue) = 221+101+185=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65B9 is #229A46. Grayscale: #929292. Windows color (decimal): -2267719 or 12150237. OLE color: 12150237.

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

Color convert

RGB 221 101 185 -
CMYK 0 0.54 0.16 0.13
HSL 318º 0.64% 0.63% -
HSV(B) 318º 0.54% 0.87% -
XYZ 43.23 28.18 49.06 -
YUV 146.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 221 101 185 0 0.54 0.16 0.13 318 0.64 0.63
Hex DD 65 B9 0 36 10 D 13E 40 3F
Octal 335 145 271 0 66 20 15 476 100 77
Binary 11011101 1100101 10111001 0 110110 10000 1101 100111110 1000000 111111

Color Harmonies of #DD65B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65B9

Black with #DD65B9

Text Example


Text Example

White with #DD65B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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