Html Css Color HEX #D136CD Fuchsia

📋 copy color: '#D136CD'

red 209 ◦ green 54 ◦ blue 205

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

Shades of Fuchsia #D136CD

Tints of Fuchsia #D136CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 44.66%
G = 11.54%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D136CD (or 0xD136CD) is known color: Fuchsia. HEX triplet: D1, 36 and CD. RGB value is (209,54,205). Sum of RGB (Red+Green+Blue) = 209+54+205=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D136CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136CD is #2EC932. Grayscale: #757575. Windows color (decimal): -3066163 or 13448913. OLE color: 13448913.

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

Color convert

RGB 209 54 205 -
CMYK 0 0.74 0.02 0.18
HSL 301.55º 0.63% 0.52% -
HSV(B) 301.55º 0.74% 0.82% -
XYZ 38.63 20.6 59.7 -
YUV 117.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 209 54 205 0 0.74 0.02 0.18 301.55 0.63 0.52
Hex D1 36 CD 0 4A 2 12 12E 3F 34
Octal 321 66 315 0 112 2 22 456 77 64
Binary 11010001 110110 11001101 0 1001010 10 10010 100101110 111111 110100

Color Harmonies of #D136CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136CD

Black with #D136CD

Text Example


Text Example

White with #D136CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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