Html Css Color HEX #DD4CBA Fuchsia

📋 copy color: '#DD4CBA'

red 221 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #DD4CBA

Tints of Fuchsia #DD4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.73%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 45.76%
G = 15.73%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD4CBA (or 0xDD4CBA) is known color: Fuchsia. HEX triplet: DD, 4C and BA. RGB value is (221,76,186). Sum of RGB (Red+Green+Blue) = 221+76+186=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CBA is #22B345. Grayscale: #838383. Windows color (decimal): -2274118 or 12209373. OLE color: 12209373.

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

Color convert

RGB 221 76 186 -
CMYK 0 0.66 0.16 0.13
HSL 314.48º 0.68% 0.58% -
HSV(B) 314.48º 0.66% 0.87% -
XYZ 41.27 24.09 48.93 -
YUV 131.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 221 76 186 0 0.66 0.16 0.13 314.48 0.68 0.58
Hex DD 4C BA 0 42 10 D 13A 44 3A
Octal 335 114 272 0 102 20 15 472 104 72
Binary 11011101 1001100 10111010 0 1000010 10000 1101 100111010 1000100 111010

Color Harmonies of #DD4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CBA

Black with #DD4CBA

Text Example


Text Example

White with #DD4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CBA; }

 p { color: rgb(221,76,186); }

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

background-color css

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

 a { background-color: rgb(221,76,186); }

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

border-color css

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

 span { border-color: rgb(221,76,186); }

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