Html Css Color HEX #DD4BB8 Fuchsia

📋 copy color: '#DD4BB8'

red 221 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #DD4BB8

Tints of Fuchsia #DD4BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 46.04%
G = 15.63%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD4BB8 (or 0xDD4BB8) is known color: Fuchsia. HEX triplet: DD, 4B and B8. RGB value is (221,75,184). Sum of RGB (Red+Green+Blue) = 221+75+184=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BB8 is #22B447. Grayscale: #828282. Windows color (decimal): -2274376 or 12078045. OLE color: 12078045.

HSL color Cylindrical-coordinate representation of color #DD4BB8: hue angle of 315.21º 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 #DD4BB8 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 75 184 -
CMYK 0 0.66 0.17 0.13
HSL 315.21º 0.68% 0.58% -
HSV(B) 315.21º 0.66% 0.87% -
XYZ 40.99 23.87 47.79 -
YUV 131.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 221 75 184 0 0.66 0.17 0.13 315.21 0.68 0.58
Hex DD 4B B8 0 42 11 D 13B 44 3A
Octal 335 113 270 0 102 21 15 473 104 72
Binary 11011101 1001011 10111000 0 1000010 10001 1101 100111011 1000100 111010

Color Harmonies of #DD4BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4BB8

Black with #DD4BB8

Text Example


Text Example

White with #DD4BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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