Html Css Color HEX #D136CF Fuchsia

📋 copy color: '#D136CF'

red 209 ◦ green 54 ◦ blue 207

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

Shades of Fuchsia #D136CF

Tints of Fuchsia #D136CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 44.47%
G = 11.49%
B = 44.04%

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

#D136CF (or 0xD136CF) is known color: Fuchsia. HEX triplet: D1, 36 and CF. RGB value is (209,54,207). Sum of RGB (Red+Green+Blue) = 209+54+207=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D136CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136CF is #2EC930. Grayscale: #757575. Windows color (decimal): -3066161 or 13579985. OLE color: 13579985.

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

Color convert

RGB 209 54 207 -
CMYK 0 0.74 0.01 0.18
HSL 300.77º 0.63% 0.52% -
HSV(B) 300.77º 0.74% 0.82% -
XYZ 38.88 20.7 60.98 -
YUV 117.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 209 54 207 0 0.74 0.01 0.18 300.77 0.63 0.52
Hex D1 36 CF 0 4A 1 12 12D 3F 34
Octal 321 66 317 0 112 1 22 455 77 64
Binary 11010001 110110 11001111 0 1001010 1 10010 100101101 111111 110100

Color Harmonies of #D136CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136CF

Black with #D136CF

Text Example


Text Example

White with #D136CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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