Html Css Color HEX #D436CF Fuchsia

📋 copy color: '#D436CF'

red 212 ◦ green 54 ◦ blue 207

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

Shades of Fuchsia #D436CF

Tints of Fuchsia #D436CF

RGB

 RED value IS 212 (83.2% from 255) = 44.82%

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

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

R = 44.82%
G = 11.42%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D436CF (or 0xD436CF) is known color: Fuchsia. HEX triplet: D4, 36 and CF. RGB value is (212,54,207). Sum of RGB (Red+Green+Blue) = 212+54+207=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D436CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D436CF is #2BC930. Grayscale: #767676. Windows color (decimal): -2869553 or 13579988. OLE color: 13579988.

HSL color Cylindrical-coordinate representation of color #D436CF: hue angle of 301.9º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D436CF is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 54 207 -
CMYK 0 0.75 0.02 0.17
HSL 301.9º 0.65% 0.52% -
HSV(B) 301.9º 0.75% 0.83% -
XYZ 39.73 21.14 61.02 -
YUV 118.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 212 54 207 0 0.75 0.02 0.17 301.9 0.65 0.52
Hex D4 36 CF 0 4B 2 11 12E 41 34
Octal 324 66 317 0 113 2 21 456 101 64
Binary 11010100 110110 11001111 0 1001011 10 10001 100101110 1000001 110100

Color Harmonies of #D436CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D436CF

Black with #D436CF

Text Example


Text Example

White with #D436CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D436CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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