Html Css Color HEX #DD38CF Free Speech Magenta

📋 copy color: '#DD38CF'

red 221 ◦ green 56 ◦ blue 207

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

Shades of Free Speech Magenta #DD38CF

Tints of Free Speech Magenta #DD38CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.57%

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 45.66%
G = 11.57%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD38CF (or 0xDD38CF) is known color: Free Speech Magenta. HEX triplet: DD, 38 and CF. RGB value is (221,56,207). Sum of RGB (Red+Green+Blue) = 221+56+207=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38CF is #22C730. Grayscale: #7A7A7A. Windows color (decimal): -2279217 or 13580509. OLE color: 13580509.

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

Color convert

RGB 221 56 207 -
CMYK 0 0.75 0.06 0.13
HSL 305.09º 0.71% 0.54% -
HSV(B) 305.09º 0.75% 0.87% -
XYZ 42.5 22.71 61.17 -
YUV 122.55 175.66 198.22 -
System Red Green Blue C M Y K H S L
Decimal 221 56 207 0 0.75 0.06 0.13 305.09 0.71 0.54
Hex DD 38 CF 0 4B 6 D 131 47 36
Octal 335 70 317 0 113 6 15 461 107 66
Binary 11011101 111000 11001111 0 1001011 110 1101 100110001 1000111 110110

Color Harmonies of #DD38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38CF

Black with #DD38CF

Text Example


Text Example

White with #DD38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38CF; }

 p { color: rgb(221,56,207); }

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

background-color css

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

 a { background-color: rgb(221,56,207); }

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

border-color css

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

 span { border-color: rgb(221,56,207); }

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