Html Css Color HEX #D436CB Fuchsia

📋 copy color: '#D436CB'

red 212 ◦ green 54 ◦ blue 203

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

Shades of Fuchsia #D436CB

Tints of Fuchsia #D436CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 45.2%
G = 11.51%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D436CB (or 0xD436CB) is known color: Fuchsia. HEX triplet: D4, 36 and CB. RGB value is (212,54,203). Sum of RGB (Red+Green+Blue) = 212+54+203=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D436CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D436CB is #2BC934. Grayscale: #757575. Windows color (decimal): -2869557 or 13317844. OLE color: 13317844.

HSL color Cylindrical-coordinate representation of color #D436CB: hue angle of 303.42º 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 #D436CB is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 54 203 -
CMYK 0 0.75 0.04 0.17
HSL 303.42º 0.65% 0.52% -
HSV(B) 303.42º 0.75% 0.83% -
XYZ 39.25 20.95 58.47 -
YUV 118.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 212 54 203 0 0.75 0.04 0.17 303.42 0.65 0.52
Hex D4 36 CB 0 4B 4 11 12F 41 34
Octal 324 66 313 0 113 4 21 457 101 64
Binary 11010100 110110 11001011 0 1001011 100 10001 100101111 1000001 110100

Color Harmonies of #D436CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D436CB

Black with #D436CB

Text Example


Text Example

White with #D436CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D436CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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