Html Css Color HEX #D636CC Fuchsia

📋 copy color: '#D636CC'

red 214 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #D636CC

Tints of Fuchsia #D636CC

RGB

 RED value IS 214 (83.98% from 255) = 45.34%

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

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

R = 45.34%
G = 11.44%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D636CC (or 0xD636CC) is known color: Fuchsia. HEX triplet: D6, 36 and CC. RGB value is (214,54,204). Sum of RGB (Red+Green+Blue) = 214+54+204=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D636CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636CC is #29C933. Grayscale: #767676. Windows color (decimal): -2738484 or 13383382. OLE color: 13383382.

HSL color Cylindrical-coordinate representation of color #D636CC: hue angle of 303.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D636CC is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 204 -
CMYK 0 0.75 0.05 0.16
HSL 303.75º 0.66% 0.53% -
HSV(B) 303.75º 0.75% 0.84% -
XYZ 39.95 21.29 59.13 -
YUV 118.94 176.01 195.8 -
System Red Green Blue C M Y K H S L
Decimal 214 54 204 0 0.75 0.05 0.16 303.75 0.66 0.53
Hex D6 36 CC 0 4B 5 10 130 42 35
Octal 326 66 314 0 113 5 20 460 102 65
Binary 11010110 110110 11001100 0 1001011 101 10000 100110000 1000010 110101

Color Harmonies of #D636CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636CC

Black with #D636CC

Text Example


Text Example

White with #D636CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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