Html Css Color HEX #DD4BBC Free Speech Magenta

📋 copy color: '#DD4BBC'

red 221 ◦ green 75 ◦ blue 188

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

Shades of Free Speech Magenta #DD4BBC

Tints of Free Speech Magenta #DD4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.5%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 45.66%
G = 15.5%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD4BBC (or 0xDD4BBC) is known color: Free Speech Magenta. HEX triplet: DD, 4B and BC. RGB value is (221,75,188). Sum of RGB (Red+Green+Blue) = 221+75+188=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BBC is #22B443. Grayscale: #838383. Windows color (decimal): -2274372 or 12340189. OLE color: 12340189.

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

Color convert

RGB 221 75 188 -
CMYK 0 0.66 0.15 0.13
HSL 313.56º 0.68% 0.58% -
HSV(B) 313.56º 0.66% 0.87% -
XYZ 41.41 24.04 50.03 -
YUV 131.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 221 75 188 0 0.66 0.15 0.13 313.56 0.68 0.58
Hex DD 4B BC 0 42 F D 13A 44 3A
Octal 335 113 274 0 102 17 15 472 104 72
Binary 11011101 1001011 10111100 0 1000010 1111 1101 100111010 1000100 111010

Color Harmonies of #DD4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BBC

Black with #DD4BBC

Text Example


Text Example

White with #DD4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BBC; }

 p { color: rgb(221,75,188); }

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

background-color css

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

 a { background-color: rgb(221,75,188); }

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

border-color css

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

 span { border-color: rgb(221,75,188); }

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