Html Css Color HEX #DD4FB7 Fuchsia

📋 copy color: '#DD4FB7'

red 221 ◦ green 79 ◦ blue 183

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

Shades of Fuchsia #DD4FB7

Tints of Fuchsia #DD4FB7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.36%

 BLUE value IS 183 (71.88% from 255) = 37.89%

R = 45.76%
G = 16.36%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD4FB7 (or 0xDD4FB7) is known color: Fuchsia. HEX triplet: DD, 4F and B7. RGB value is (221,79,183). Sum of RGB (Red+Green+Blue) = 221+79+183=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FB7 is #22B048. Grayscale: #858585. Windows color (decimal): -2273353 or 12013533. OLE color: 12013533.

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

Color convert

RGB 221 79 183 -
CMYK 0 0.64 0.17 0.13
HSL 316.06º 0.68% 0.59% -
HSV(B) 316.06º 0.64% 0.87% -
XYZ 41.16 24.38 47.34 -
YUV 133.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 221 79 183 0 0.64 0.17 0.13 316.06 0.68 0.59
Hex DD 4F B7 0 40 11 D 13C 44 3B
Octal 335 117 267 0 100 21 15 474 104 73
Binary 11011101 1001111 10110111 0 1000000 10001 1101 100111100 1000100 111011

Color Harmonies of #DD4FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FB7

Black with #DD4FB7

Text Example


Text Example

White with #DD4FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FB7; }

 p { color: rgb(221,79,183); }

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

background-color css

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

 a { background-color: rgb(221,79,183); }

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

border-color css

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

 span { border-color: rgb(221,79,183); }

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