Html Css Color HEX #D136C9 Fuchsia

📋 copy color: '#D136C9'

red 209 ◦ green 54 ◦ blue 201

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

Shades of Fuchsia #D136C9

Tints of Fuchsia #D136C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 45.04%
G = 11.64%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D136C9 (or 0xD136C9) is known color: Fuchsia. HEX triplet: D1, 36 and C9. RGB value is (209,54,201). Sum of RGB (Red+Green+Blue) = 209+54+201=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D136C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136C9 is #2EC936. Grayscale: #747474. Windows color (decimal): -3066167 or 13186769. OLE color: 13186769.

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

Color convert

RGB 209 54 201 -
CMYK 0 0.74 0.04 0.18
HSL 303.1º 0.63% 0.52% -
HSV(B) 303.1º 0.74% 0.82% -
XYZ 38.16 20.41 57.19 -
YUV 117.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 209 54 201 0 0.74 0.04 0.18 303.1 0.63 0.52
Hex D1 36 C9 0 4A 4 12 12F 3F 34
Octal 321 66 311 0 112 4 22 457 77 64
Binary 11010001 110110 11001001 0 1001010 100 10010 100101111 111111 110100

Color Harmonies of #D136C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136C9

Black with #D136C9

Text Example


Text Example

White with #D136C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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