Html Css Color HEX #DD4CB3 Fuchsia

📋 copy color: '#DD4CB3'

red 221 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #DD4CB3

Tints of Fuchsia #DD4CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 46.43%
G = 15.97%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD4CB3 (or 0xDD4CB3) is known color: Fuchsia. HEX triplet: DD, 4C and B3. RGB value is (221,76,179). Sum of RGB (Red+Green+Blue) = 221+76+179=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CB3 is #22B34C. Grayscale: #828282. Windows color (decimal): -2274125 or 11750621. OLE color: 11750621.

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

Color convert

RGB 221 76 179 -
CMYK 0 0.66 0.19 0.13
HSL 317.38º 0.68% 0.58% -
HSV(B) 317.38º 0.66% 0.87% -
XYZ 40.54 23.8 45.1 -
YUV 131.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 221 76 179 0 0.66 0.19 0.13 317.38 0.68 0.58
Hex DD 4C B3 0 42 13 D 13D 44 3A
Octal 335 114 263 0 102 23 15 475 104 72
Binary 11011101 1001100 10110011 0 1000010 10011 1101 100111101 1000100 111010

Color Harmonies of #DD4CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CB3

Black with #DD4CB3

Text Example


Text Example

White with #DD4CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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