Html Css Color HEX #D936C1 Fuchsia

📋 copy color: '#D936C1'

red 217 ◦ green 54 ◦ blue 193

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

Shades of Fuchsia #D936C1

Tints of Fuchsia #D936C1

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

 GREEN value IS 54 (21.48% from 255) = 11.64%

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

R = 46.77%
G = 11.64%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D936C1 (or 0xD936C1) is known color: Fuchsia. HEX triplet: D9, 36 and C1. RGB value is (217,54,193). Sum of RGB (Red+Green+Blue) = 217+54+193=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D936C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936C1 is #26C93E. Grayscale: #767676. Windows color (decimal): -2541887 or 12662489. OLE color: 12662489.

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

Color convert

RGB 217 54 193 -
CMYK 0 0.75 0.11 0.15
HSL 308.83º 0.68% 0.53% -
HSV(B) 308.83º 0.75% 0.85% -
XYZ 39.56 21.24 52.47 -
YUV 118.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 217 54 193 0 0.75 0.11 0.15 308.83 0.68 0.53
Hex D9 36 C1 0 4B B F 135 44 35
Octal 331 66 301 0 113 13 17 465 104 65
Binary 11011001 110110 11000001 0 1001011 1011 1111 100110101 1000100 110101

Color Harmonies of #D936C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D936C1

Black with #D936C1

Text Example


Text Example

White with #D936C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D936C1; }

 p { color: rgb(217,54,193); }

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

background-color css

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

 a { background-color: rgb(217,54,193); }

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

border-color css

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

 span { border-color: rgb(217,54,193); }

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