Html Css Color HEX #DD4BED Free Speech Magenta

📋 copy color: '#DD4BED'

red 221 ◦ green 75 ◦ blue 237

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

Shades of Free Speech Magenta #DD4BED

Tints of Free Speech Magenta #DD4BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 41.46%
G = 14.07%
B = 44.47%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD4BED (or 0xDD4BED) is known color: Free Speech Magenta. HEX triplet: DD, 4B and ED. RGB value is (221,75,237). Sum of RGB (Red+Green+Blue) = 221+75+237=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4BED is #22B412. Grayscale: #888888. Windows color (decimal): -2274323 or 15551453. OLE color: 15551453.

HSL color Cylindrical-coordinate representation of color #DD4BED: hue angle of 294.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4BED is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 75 237 -
CMYK 0.07 0.68 0 0.07
HSL 294.07º 0.82% 0.61% -
HSV(B) 294.07º 0.68% 0.93% -
XYZ 47.62 26.52 82.73 -
YUV 137.12 184.37 187.83 -
System Red Green Blue C M Y K H S L
Decimal 221 75 237 0.07 0.68 0 0.07 294.07 0.82 0.61
Hex DD 4B ED 7 44 0 7 126 52 3D
Octal 335 113 355 7 104 0 7 446 122 75
Binary 11011101 1001011 11101101 111 1000100 0 111 100100110 1010010 111101

Color Harmonies of #DD4BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BED

Black with #DD4BED

Text Example


Text Example

White with #DD4BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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