Html Css Color HEX #D136CC Fuchsia

📋 copy color: '#D136CC'

red 209 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #D136CC

Tints of Fuchsia #D136CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 44.75%
G = 11.56%
B = 43.68%

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

#D136CC (or 0xD136CC) is known color: Fuchsia. HEX triplet: D1, 36 and CC. RGB value is (209,54,204). Sum of RGB (Red+Green+Blue) = 209+54+204=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D136CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136CC is #2EC933. Grayscale: #757575. Windows color (decimal): -3066164 or 13383377. OLE color: 13383377.

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

Color convert

RGB 209 54 204 -
CMYK 0 0.74 0.02 0.18
HSL 301.94º 0.63% 0.52% -
HSV(B) 301.94º 0.74% 0.82% -
XYZ 38.51 20.55 59.06 -
YUV 117.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 209 54 204 0 0.74 0.02 0.18 301.94 0.63 0.52
Hex D1 36 CC 0 4A 2 12 12E 3F 34
Octal 321 66 314 0 112 2 22 456 77 64
Binary 11010001 110110 11001100 0 1001010 10 10010 100101110 111111 110100

Color Harmonies of #D136CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136CC

Black with #D136CC

Text Example


Text Example

White with #D136CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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