Html Css Color HEX #DD65CC Free Speech Magenta

📋 copy color: '#DD65CC'

red 221 ◦ green 101 ◦ blue 204

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

Shades of Free Speech Magenta #DD65CC

Tints of Free Speech Magenta #DD65CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 42.02%
G = 19.2%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD65CC (or 0xDD65CC) is known color: Free Speech Magenta. HEX triplet: DD, 65 and CC. RGB value is (221,101,204). Sum of RGB (Red+Green+Blue) = 221+101+204=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65CC is #229A33. Grayscale: #949494. Windows color (decimal): -2267700 or 13395421. OLE color: 13395421.

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

Color convert

RGB 221 101 204 -
CMYK 0 0.54 0.08 0.13
HSL 308.5º 0.64% 0.63% -
HSV(B) 308.5º 0.54% 0.87% -
XYZ 45.37 29.04 60.34 -
YUV 148.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 221 101 204 0 0.54 0.08 0.13 308.5 0.64 0.63
Hex DD 65 CC 0 36 8 D 134 40 3F
Octal 335 145 314 0 66 10 15 464 100 77
Binary 11011101 1100101 11001100 0 110110 1000 1101 100110100 1000000 111111

Color Harmonies of #DD65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65CC

Black with #DD65CC

Text Example


Text Example

White with #DD65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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