Html Css Color HEX #DD3EFB Free Speech Magenta

📋 copy color: '#DD3EFB'

red 221 ◦ green 62 ◦ blue 251

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

Shades of Free Speech Magenta #DD3EFB

Tints of Free Speech Magenta #DD3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.61%

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

R = 41.39%
G = 11.61%
B = 47%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD3EFB (or 0xDD3EFB) is known color: Free Speech Magenta. HEX triplet: DD, 3E and FB. RGB value is (221,62,251). Sum of RGB (Red+Green+Blue) = 221+62+251=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 62 (24.61% from 255 or 11.61% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD3EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3EFB is #22C104. Grayscale: #828282. Windows color (decimal): -2277637 or 16465629. OLE color: 16465629.

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

Color convert

RGB 221 62 251 -
CMYK 0.12 0.75 0 0.02
HSL 290.48º 0.96% 0.61% -
HSV(B) 290.48º 0.75% 0.98% -
XYZ 48.95 25.78 93.66 -
YUV 131.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 221 62 251 0.12 0.75 0 0.02 290.48 0.96 0.61
Hex DD 3E FB C 4B 0 2 122 60 3D
Octal 335 76 373 14 113 0 2 442 140 75
Binary 11011101 111110 11111011 1100 1001011 0 10 100100010 1100000 111101

Color Harmonies of #DD3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EFB

Black with #DD3EFB

Text Example


Text Example

White with #DD3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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