Html Css Color HEX #DF44B4 Fuchsia

📋 copy color: '#DF44B4'

red 223 ◦ green 68 ◦ blue 180

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

Shades of Fuchsia #DF44B4

Tints of Fuchsia #DF44B4

RGB

 RED value IS 223 (87.5% from 255) = 47.35%

 GREEN value IS 68 (26.95% from 255) = 14.44%

 BLUE value IS 180 (70.7% from 255) = 38.22%

R = 47.35%
G = 14.44%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF44B4 (or 0xDF44B4) is known color: Fuchsia. HEX triplet: DF, 44 and B4. RGB value is (223,68,180). Sum of RGB (Red+Green+Blue) = 223+68+180=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF44B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF44B4 is #20BB4B. Grayscale: #7E7E7E. Windows color (decimal): -2145100 or 11814111. OLE color: 11814111.

HSL color Cylindrical-coordinate representation of color #DF44B4: hue angle of 316.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF44B4 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 68 180 -
CMYK 0 0.70 0.19 0.13
HSL 316.65º 0.71% 0.57% -
HSV(B) 316.65º 0.7% 0.87% -
XYZ 40.74 23.12 45.5 -
YUV 127.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 223 68 180 0 0.70 0.19 0.13 316.65 0.71 0.57
Hex DF 44 B4 0 46 13 D 13D 47 39
Octal 337 104 264 0 106 23 15 475 107 71
Binary 11011111 1000100 10110100 0 1000110 10011 1101 100111101 1000111 111001

Color Harmonies of #DF44B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF44B4

Black with #DF44B4

Text Example


Text Example

White with #DF44B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF44B4; }

 p { color: rgb(223,68,180); }

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

background-color css

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

 a { background-color: rgb(223,68,180); }

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

border-color css

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

 span { border-color: rgb(223,68,180); }

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