Html Css Color HEX #D055C4 Fuchsia

📋 copy color: '#D055C4'

red 208 ◦ green 85 ◦ blue 196

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

Shades of Fuchsia #D055C4

Tints of Fuchsia #D055C4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.38%

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

R = 42.54%
G = 17.38%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D055C4 (or 0xD055C4) is known color: Fuchsia. HEX triplet: D0, 55 and C4. RGB value is (208,85,196). Sum of RGB (Red+Green+Blue) = 208+85+196=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D055C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055C4 is #2FAA3B. Grayscale: #868686. Windows color (decimal): -3123772 or 12867024. OLE color: 12867024.

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

Color convert

RGB 208 85 196 -
CMYK 0 0.59 0.06 0.18
HSL 305.85º 0.57% 0.57% -
HSV(B) 305.85º 0.59% 0.82% -
XYZ 39.22 23.89 54.77 -
YUV 134.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 208 85 196 0 0.59 0.06 0.18 305.85 0.57 0.57
Hex D0 55 C4 0 3B 6 12 132 39 39
Octal 320 125 304 0 73 6 22 462 71 71
Binary 11010000 1010101 11000100 0 111011 110 10010 100110010 111001 111001

Color Harmonies of #D055C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055C4

Black with #D055C4

Text Example


Text Example

White with #D055C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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