Html Css Color HEX #D136C4 Fuchsia

📋 copy color: '#D136C4'

red 209 ◦ green 54 ◦ blue 196

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

Shades of Fuchsia #D136C4

Tints of Fuchsia #D136C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.7%

R = 45.53%
G = 11.76%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D136C4 (or 0xD136C4) is known color: Fuchsia. HEX triplet: D1, 36 and C4. RGB value is (209,54,196). Sum of RGB (Red+Green+Blue) = 209+54+196=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D136C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136C4 is #2EC93B. Grayscale: #747474. Windows color (decimal): -3066172 or 12859089. OLE color: 12859089.

HSL color Cylindrical-coordinate representation of color #D136C4: hue angle of 305.03º 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 #D136C4 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 196 -
CMYK 0 0.74 0.06 0.18
HSL 305.03º 0.63% 0.52% -
HSV(B) 305.03º 0.74% 0.82% -
XYZ 37.58 20.18 54.14 -
YUV 116.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 209 54 196 0 0.74 0.06 0.18 305.03 0.63 0.52
Hex D1 36 C4 0 4A 6 12 131 3F 34
Octal 321 66 304 0 112 6 22 461 77 64
Binary 11010001 110110 11000100 0 1001010 110 10010 100110001 111111 110100

Color Harmonies of #D136C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136C4

Black with #D136C4

Text Example


Text Example

White with #D136C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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