Html Css Color HEX #D136CE Fuchsia

📋 copy color: '#D136CE'

red 209 ◦ green 54 ◦ blue 206

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

Shades of Fuchsia #D136CE

Tints of Fuchsia #D136CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 44.56%
G = 11.51%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D136CE (or 0xD136CE) is known color: Fuchsia. HEX triplet: D1, 36 and CE. RGB value is (209,54,206). Sum of RGB (Red+Green+Blue) = 209+54+206=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D136CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136CE is #2EC931. Grayscale: #757575. Windows color (decimal): -3066162 or 13514449. OLE color: 13514449.

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

Color convert

RGB 209 54 206 -
CMYK 0 0.74 0.01 0.18
HSL 301.16º 0.63% 0.52% -
HSV(B) 301.16º 0.74% 0.82% -
XYZ 38.75 20.65 60.34 -
YUV 117.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 209 54 206 0 0.74 0.01 0.18 301.16 0.63 0.52
Hex D1 36 CE 0 4A 1 12 12D 3F 34
Octal 321 66 316 0 112 1 22 455 77 64
Binary 11010001 110110 11001110 0 1001010 1 10010 100101101 111111 110100

Color Harmonies of #D136CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136CE

Black with #D136CE

Text Example


Text Example

White with #D136CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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