Html Css Color HEX #D936B4 Fuchsia

📋 copy color: '#D936B4'

red 217 ◦ green 54 ◦ blue 180

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

Shades of Fuchsia #D936B4

Tints of Fuchsia #D936B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.91%

R = 48.12%
G = 11.97%
B = 39.91%

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

#D936B4 (or 0xD936B4) is known color: Fuchsia. HEX triplet: D9, 36 and B4. RGB value is (217,54,180). Sum of RGB (Red+Green+Blue) = 217+54+180=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D936B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D936B4 is #26C94B. Grayscale: #747474. Windows color (decimal): -2541900 or 11810521. OLE color: 11810521.

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

Color convert

RGB 217 54 180 -
CMYK 0 0.75 0.17 0.15
HSL 313.62º 0.68% 0.53% -
HSV(B) 313.62º 0.75% 0.85% -
XYZ 38.17 20.69 45.16 -
YUV 117.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 217 54 180 0 0.75 0.17 0.15 313.62 0.68 0.53
Hex D9 36 B4 0 4B 11 F 13A 44 35
Octal 331 66 264 0 113 21 17 472 104 65
Binary 11011001 110110 10110100 0 1001011 10001 1111 100111010 1000100 110101

Color Harmonies of #D936B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D936B4

Black with #D936B4

Text Example


Text Example

White with #D936B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D936B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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