Html Css Color HEX #D845C1 Fuchsia

📋 copy color: '#D845C1'

red 216 ◦ green 69 ◦ blue 193

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

Shades of Fuchsia #D845C1

Tints of Fuchsia #D845C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.38%

R = 45.19%
G = 14.44%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D845C1 (or 0xD845C1) is known color: Fuchsia. HEX triplet: D8, 45 and C1. RGB value is (216,69,193). Sum of RGB (Red+Green+Blue) = 216+69+193=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D845C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D845C1 is #27BA3E. Grayscale: #7E7E7E. Windows color (decimal): -2603583 or 12666328. OLE color: 12666328.

HSL color Cylindrical-coordinate representation of color #D845C1: hue angle of 309.39º 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 #D845C1 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 193 -
CMYK 0 0.68 0.11 0.15
HSL 309.39º 0.65% 0.56% -
HSV(B) 309.39º 0.68% 0.85% -
XYZ 40.07 22.71 52.72 -
YUV 127.09 165.2 191.42 -
System Red Green Blue C M Y K H S L
Decimal 216 69 193 0 0.68 0.11 0.15 309.39 0.65 0.56
Hex D8 45 C1 0 44 B F 135 41 38
Octal 330 105 301 0 104 13 17 465 101 70
Binary 11011000 1000101 11000001 0 1000100 1011 1111 100110101 1000001 111000

Color Harmonies of #D845C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D845C1

Black with #D845C1

Text Example


Text Example

White with #D845C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D845C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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