Html Css Color HEX #D136C1 Fuchsia

📋 copy color: '#D136C1'

red 209 ◦ green 54 ◦ blue 193

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

Shades of Fuchsia #D136C1

Tints of Fuchsia #D136C1

RGB

 RED value IS 209 (82.03% from 255) = 45.83%

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

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

R = 45.83%
G = 11.84%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D136C1 (or 0xD136C1) is known color: Fuchsia. HEX triplet: D1, 36 and C1. RGB value is (209,54,193). Sum of RGB (Red+Green+Blue) = 209+54+193=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D136C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136C1 is #2EC93E. Grayscale: #737373. Windows color (decimal): -3066175 or 12662481. OLE color: 12662481.

HSL color Cylindrical-coordinate representation of color #D136C1: hue angle of 306.19º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D136C1 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 193 -
CMYK 0 0.74 0.08 0.18
HSL 306.19º 0.63% 0.52% -
HSV(B) 306.19º 0.74% 0.82% -
XYZ 37.24 20.04 52.36 -
YUV 116.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 209 54 193 0 0.74 0.08 0.18 306.19 0.63 0.52
Hex D1 36 C1 0 4A 8 12 132 3F 34
Octal 321 66 301 0 112 10 22 462 77 64
Binary 11010001 110110 11000001 0 1001010 1000 10010 100110010 111111 110100

Color Harmonies of #D136C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136C1

Black with #D136C1

Text Example


Text Example

White with #D136C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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