Html Css Color HEX #D936C8 Fuchsia

📋 copy color: '#D936C8'

red 217 ◦ green 54 ◦ blue 200

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

Shades of Fuchsia #D936C8

Tints of Fuchsia #D936C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.46%

R = 46.07%
G = 11.46%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D936C8 (or 0xD936C8) is known color: Fuchsia. HEX triplet: D9, 36 and C8. RGB value is (217,54,200). Sum of RGB (Red+Green+Blue) = 217+54+200=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D936C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936C8 is #26C937. Grayscale: #767676. Windows color (decimal): -2541880 or 13121241. OLE color: 13121241.

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

Color convert

RGB 217 54 200 -
CMYK 0 0.75 0.08 0.15
HSL 306.26º 0.68% 0.53% -
HSV(B) 306.26º 0.75% 0.85% -
XYZ 40.36 21.56 56.68 -
YUV 119.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 217 54 200 0 0.75 0.08 0.15 306.26 0.68 0.53
Hex D9 36 C8 0 4B 8 F 132 44 35
Octal 331 66 310 0 113 10 17 462 104 65
Binary 11011001 110110 11001000 0 1001011 1000 1111 100110010 1000100 110101

Color Harmonies of #D936C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D936C8

Black with #D936C8

Text Example


Text Example

White with #D936C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D936C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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