Html Css Color HEX #D636C0 Fuchsia

📋 copy color: '#D636C0'

red 214 ◦ green 54 ◦ blue 192

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

Shades of Fuchsia #D636C0

Tints of Fuchsia #D636C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 46.52%
G = 11.74%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D636C0 (or 0xD636C0) is known color: Fuchsia. HEX triplet: D6, 36 and C0. RGB value is (214,54,192). Sum of RGB (Red+Green+Blue) = 214+54+192=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D636C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636C0 is #29C93F. Grayscale: #757575. Windows color (decimal): -2738496 or 12596950. OLE color: 12596950.

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

Color convert

RGB 214 54 192 -
CMYK 0 0.75 0.10 0.16
HSL 308.25º 0.66% 0.53% -
HSV(B) 308.25º 0.75% 0.84% -
XYZ 38.57 20.74 51.84 -
YUV 117.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 214 54 192 0 0.75 0.10 0.16 308.25 0.66 0.53
Hex D6 36 C0 0 4B A 10 134 42 35
Octal 326 66 300 0 113 12 20 464 102 65
Binary 11010110 110110 11000000 0 1001011 1010 10000 100110100 1000010 110101

Color Harmonies of #D636C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636C0

Black with #D636C0

Text Example


Text Example

White with #D636C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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