Html Css Color HEX #D845C5 Fuchsia

📋 copy color: '#D845C5'

red 216 ◦ green 69 ◦ blue 197

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

Shades of Fuchsia #D845C5

Tints of Fuchsia #D845C5

RGB

 RED value IS 216 (84.77% from 255) = 44.81%

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

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

R = 44.81%
G = 14.32%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D845C5 (or 0xD845C5) is known color: Fuchsia. HEX triplet: D8, 45 and C5. RGB value is (216,69,197). Sum of RGB (Red+Green+Blue) = 216+69+197=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D845C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D845C5 is #27BA3A. Grayscale: #7F7F7F. Windows color (decimal): -2603579 or 12928472. OLE color: 12928472.

HSL color Cylindrical-coordinate representation of color #D845C5: hue angle of 307.76º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845C5 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 197 -
CMYK 0 0.68 0.09 0.15
HSL 307.76º 0.65% 0.56% -
HSV(B) 307.76º 0.68% 0.85% -
XYZ 40.53 22.89 55.1 -
YUV 127.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 216 69 197 0 0.68 0.09 0.15 307.76 0.65 0.56
Hex D8 45 C5 0 44 9 F 134 41 38
Octal 330 105 305 0 104 11 17 464 101 70
Binary 11011000 1000101 11000101 0 1000100 1001 1111 100110100 1000001 111000

Color Harmonies of #D845C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D845C5

Black with #D845C5

Text Example


Text Example

White with #D845C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D845C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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