Html Css Color HEX #D045C5 Fuchsia

📋 copy color: '#D045C5'

red 208 ◦ green 69 ◦ blue 197

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

Shades of Fuchsia #D045C5

Tints of Fuchsia #D045C5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.56%

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 43.88%
G = 14.56%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D045C5 (or 0xD045C5) is known color: Fuchsia. HEX triplet: D0, 45 and C5. RGB value is (208,69,197). Sum of RGB (Red+Green+Blue) = 208+69+197=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D045C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045C5 is #2FBA3A. Grayscale: #7C7C7C. Windows color (decimal): -3127867 or 12928464. OLE color: 12928464.

HSL color Cylindrical-coordinate representation of color #D045C5: hue angle of 304.75º 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 #D045C5 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 197 -
CMYK 0 0.67 0.05 0.18
HSL 304.75º 0.6% 0.54% -
HSV(B) 304.75º 0.67% 0.82% -
XYZ 38.22 21.7 55 -
YUV 125.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 208 69 197 0 0.67 0.05 0.18 304.75 0.6 0.54
Hex D0 45 C5 0 43 5 12 131 3C 36
Octal 320 105 305 0 103 5 22 461 74 66
Binary 11010000 1000101 11000101 0 1000011 101 10010 100110001 111100 110110

Color Harmonies of #D045C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045C5

Black with #D045C5

Text Example


Text Example

White with #D045C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045C5; }

 p { color: rgb(208,69,197); }

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

background-color css

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

 a { background-color: rgb(208,69,197); }

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

border-color css

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

 span { border-color: rgb(208,69,197); }

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