Html Css Color HEX #DD4ABA Fuchsia

📋 copy color: '#DD4ABA'

red 221 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #DD4ABA

Tints of Fuchsia #DD4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

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

R = 45.95%
G = 15.38%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD4ABA (or 0xDD4ABA) is known color: Fuchsia. HEX triplet: DD, 4A and BA. RGB value is (221,74,186). Sum of RGB (Red+Green+Blue) = 221+74+186=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4ABA is #22B545. Grayscale: #828282. Windows color (decimal): -2274630 or 12208861. OLE color: 12208861.

HSL color Cylindrical-coordinate representation of color #DD4ABA: hue angle of 314.29º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4ABA is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 74 186 -
CMYK 0 0.67 0.16 0.13
HSL 314.29º 0.68% 0.58% -
HSV(B) 314.29º 0.67% 0.87% -
XYZ 41.13 23.81 48.88 -
YUV 130.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 221 74 186 0 0.67 0.16 0.13 314.29 0.68 0.58
Hex DD 4A BA 0 43 10 D 13A 44 3A
Octal 335 112 272 0 103 20 15 472 104 72
Binary 11011101 1001010 10111010 0 1000011 10000 1101 100111010 1000100 111010

Color Harmonies of #DD4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4ABA

Black with #DD4ABA

Text Example


Text Example

White with #DD4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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