Html Css Color HEX #DD37FB Free Speech Magenta

📋 copy color: '#DD37FB'

red 221 ◦ green 55 ◦ blue 251

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

Shades of Free Speech Magenta #DD37FB

Tints of Free Speech Magenta #DD37FB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.44%

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 41.94%
G = 10.44%
B = 47.63%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD37FB (or 0xDD37FB) is known color: Free Speech Magenta. HEX triplet: DD, 37 and FB. RGB value is (221,55,251). Sum of RGB (Red+Green+Blue) = 221+55+251=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 55 (21.88% from 255 or 10.44% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD37FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD37FB is #22C804. Grayscale: #7E7E7E. Windows color (decimal): -2279429 or 16463837. OLE color: 16463837.

HSL color Cylindrical-coordinate representation of color #DD37FB: hue angle of 290.82º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD37FB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 55 251 -
CMYK 0.12 0.78 0 0.02
HSL 290.82º 0.96% 0.6% -
HSV(B) 290.82º 0.78% 0.98% -
XYZ 48.6 25.07 93.54 -
YUV 126.98 198 195.06 -
System Red Green Blue C M Y K H S L
Decimal 221 55 251 0.12 0.78 0 0.02 290.82 0.96 0.6
Hex DD 37 FB C 4E 0 2 123 60 3C
Octal 335 67 373 14 116 0 2 443 140 74
Binary 11011101 110111 11111011 1100 1001110 0 10 100100011 1100000 111100

Color Harmonies of #DD37FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37FB

Black with #DD37FB

Text Example


Text Example

White with #DD37FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37FB; }

 p { color: rgb(221,55,251); }

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

background-color css

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

 a { background-color: rgb(221,55,251); }

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

border-color css

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

 span { border-color: rgb(221,55,251); }

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