Html Css Color HEX #D636C4 Fuchsia

📋 copy color: '#D636C4'

red 214 ◦ green 54 ◦ blue 196

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

Shades of Fuchsia #D636C4

Tints of Fuchsia #D636C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.24%

R = 46.12%
G = 11.64%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D636C4 (or 0xD636C4) is known color: Fuchsia. HEX triplet: D6, 36 and C4. RGB value is (214,54,196). Sum of RGB (Red+Green+Blue) = 214+54+196=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D636C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636C4 is #29C93B. Grayscale: #757575. Windows color (decimal): -2738492 or 12859094. OLE color: 12859094.

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

Color convert

RGB 214 54 196 -
CMYK 0 0.75 0.08 0.16
HSL 306.75º 0.66% 0.53% -
HSV(B) 306.75º 0.75% 0.84% -
XYZ 39.01 20.92 54.21 -
YUV 118.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 214 54 196 0 0.75 0.08 0.16 306.75 0.66 0.53
Hex D6 36 C4 0 4B 8 10 133 42 35
Octal 326 66 304 0 113 10 20 463 102 65
Binary 11010110 110110 11000100 0 1001011 1000 10000 100110011 1000010 110101

Color Harmonies of #D636C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636C4

Black with #D636C4

Text Example


Text Example

White with #D636C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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