Html Css Color HEX #DD65CB Free Speech Magenta

📋 copy color: '#DD65CB'

red 221 ◦ green 101 ◦ blue 203

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

Shades of Free Speech Magenta #DD65CB

Tints of Free Speech Magenta #DD65CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 42.1%
G = 19.24%
B = 38.67%

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

#DD65CB (or 0xDD65CB) is known color: Free Speech Magenta. HEX triplet: DD, 65 and CB. RGB value is (221,101,203). Sum of RGB (Red+Green+Blue) = 221+101+203=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65CB is #229A34. Grayscale: #949494. Windows color (decimal): -2267701 or 13329885. OLE color: 13329885.

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

Color convert

RGB 221 101 203 -
CMYK 0 0.54 0.08 0.13
HSL 309º 0.64% 0.63% -
HSV(B) 309º 0.54% 0.87% -
XYZ 45.25 28.99 59.71 -
YUV 148.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 221 101 203 0 0.54 0.08 0.13 309 0.64 0.63
Hex DD 65 CB 0 36 8 D 135 40 3F
Octal 335 145 313 0 66 10 15 465 100 77
Binary 11011101 1100101 11001011 0 110110 1000 1101 100110101 1000000 111111

Color Harmonies of #DD65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65CB

Black with #DD65CB

Text Example


Text Example

White with #DD65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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