Html Css Color HEX #D044C4 Fuchsia

📋 copy color: '#D044C4'

red 208 ◦ green 68 ◦ blue 196

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

Shades of Fuchsia #D044C4

Tints of Fuchsia #D044C4

RGB

 RED value IS 208 (81.64% from 255) = 44.07%

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

 BLUE value IS 196 (76.95% from 255) = 41.53%

R = 44.07%
G = 14.41%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D044C4 (or 0xD044C4) is known color: Fuchsia. HEX triplet: D0, 44 and C4. RGB value is (208,68,196). Sum of RGB (Red+Green+Blue) = 208+68+196=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D044C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044C4 is #2FBB3B. Grayscale: #7C7C7C. Windows color (decimal): -3128124 or 12862672. OLE color: 12862672.

HSL color Cylindrical-coordinate representation of color #D044C4: hue angle of 305.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044C4 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 196 -
CMYK 0 0.67 0.06 0.18
HSL 305.14º 0.6% 0.54% -
HSV(B) 305.14º 0.67% 0.82% -
XYZ 38.04 21.53 54.38 -
YUV 124.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 208 68 196 0 0.67 0.06 0.18 305.14 0.6 0.54
Hex D0 44 C4 0 43 6 12 131 3C 36
Octal 320 104 304 0 103 6 22 461 74 66
Binary 11010000 1000100 11000100 0 1000011 110 10010 100110001 111100 110110

Color Harmonies of #D044C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044C4

Black with #D044C4

Text Example


Text Example

White with #D044C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044C4; }

 p { color: rgb(208,68,196); }

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

background-color css

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

 a { background-color: rgb(208,68,196); }

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

border-color css

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

 span { border-color: rgb(208,68,196); }

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