Html Css Color HEX #D936B5 Fuchsia

📋 copy color: '#D936B5'

red 217 ◦ green 54 ◦ blue 181

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

Shades of Fuchsia #D936B5

Tints of Fuchsia #D936B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 48.01%
G = 11.95%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D936B5 (or 0xD936B5) is known color: Fuchsia. HEX triplet: D9, 36 and B5. RGB value is (217,54,181). Sum of RGB (Red+Green+Blue) = 217+54+181=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D936B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936B5 is #26C94A. Grayscale: #747474. Windows color (decimal): -2541899 or 11876057. OLE color: 11876057.

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

Color convert

RGB 217 54 181 -
CMYK 0 0.75 0.17 0.15
HSL 313.25º 0.68% 0.53% -
HSV(B) 313.25º 0.75% 0.85% -
XYZ 38.27 20.73 45.7 -
YUV 117.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 217 54 181 0 0.75 0.17 0.15 313.25 0.68 0.53
Hex D9 36 B5 0 4B 11 F 139 44 35
Octal 331 66 265 0 113 21 17 471 104 65
Binary 11011001 110110 10110101 0 1001011 10001 1111 100111001 1000100 110101

Color Harmonies of #D936B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D936B5

Black with #D936B5

Text Example


Text Example

White with #D936B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D936B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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