Html Css Color HEX #D936C5 Fuchsia

📋 copy color: '#D936C5'

red 217 ◦ green 54 ◦ blue 197

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

Shades of Fuchsia #D936C5

Tints of Fuchsia #D936C5

RGB

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

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

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

R = 46.37%
G = 11.54%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D936C5 (or 0xD936C5) is known color: Fuchsia. HEX triplet: D9, 36 and C5. RGB value is (217,54,197). Sum of RGB (Red+Green+Blue) = 217+54+197=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D936C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936C5 is #26C93A. Grayscale: #767676. Windows color (decimal): -2541883 or 12924633. OLE color: 12924633.

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

Color convert

RGB 217 54 197 -
CMYK 0 0.75 0.09 0.15
HSL 307.36º 0.68% 0.53% -
HSV(B) 307.36º 0.75% 0.85% -
XYZ 40.01 21.42 54.85 -
YUV 119.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 217 54 197 0 0.75 0.09 0.15 307.36 0.68 0.53
Hex D9 36 C5 0 4B 9 F 133 44 35
Octal 331 66 305 0 113 11 17 463 104 65
Binary 11011001 110110 11000101 0 1001011 1001 1111 100110011 1000100 110101

Color Harmonies of #D936C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D936C5

Black with #D936C5

Text Example


Text Example

White with #D936C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D936C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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