Html Css Color HEX #D036CA Fuchsia

📋 copy color: '#D036CA'

red 208 ◦ green 54 ◦ blue 202

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

Shades of Fuchsia #D036CA

Tints of Fuchsia #D036CA

RGB

 RED value IS 208 (81.64% from 255) = 44.83%

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 44.83%
G = 11.64%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D036CA (or 0xD036CA) is known color: Fuchsia. HEX triplet: D0, 36 and CA. RGB value is (208,54,202). Sum of RGB (Red+Green+Blue) = 208+54+202=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D036CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036CA is #2FC935. Grayscale: #747474. Windows color (decimal): -3131702 or 13252304. OLE color: 13252304.

HSL color Cylindrical-coordinate representation of color #D036CA: hue angle of 302.34º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D036CA is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 202 -
CMYK 0 0.74 0.03 0.18
HSL 302.34º 0.62% 0.51% -
HSV(B) 302.34º 0.74% 0.82% -
XYZ 37.99 20.31 57.8 -
YUV 116.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 208 54 202 0 0.74 0.03 0.18 302.34 0.62 0.51
Hex D0 36 CA 0 4A 3 12 12E 3E 33
Octal 320 66 312 0 112 3 22 456 76 63
Binary 11010000 110110 11001010 0 1001010 11 10010 100101110 111110 110011

Color Harmonies of #D036CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036CA

Black with #D036CA

Text Example


Text Example

White with #D036CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036CA; }

 p { color: rgb(208,54,202); }

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

background-color css

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

 a { background-color: rgb(208,54,202); }

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

border-color css

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

 span { border-color: rgb(208,54,202); }

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