Html Css Color HEX #D638C5 Fuchsia

📋 copy color: '#D638C5'

red 214 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #D638C5

Tints of Fuchsia #D638C5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.99%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 45.82%
G = 11.99%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D638C5 (or 0xD638C5) is known color: Fuchsia. HEX triplet: D6, 38 and C5. RGB value is (214,56,197). Sum of RGB (Red+Green+Blue) = 214+56+197=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D638C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D638C5 is #29C73A. Grayscale: #767676. Windows color (decimal): -2737979 or 12925142. OLE color: 12925142.

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

Color convert

RGB 214 56 197 -
CMYK 0 0.74 0.08 0.16
HSL 306.46º 0.66% 0.53% -
HSV(B) 306.46º 0.74% 0.84% -
XYZ 39.22 21.16 54.84 -
YUV 119.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 214 56 197 0 0.74 0.08 0.16 306.46 0.66 0.53
Hex D6 38 C5 0 4A 8 10 132 42 35
Octal 326 70 305 0 112 10 20 462 102 65
Binary 11010110 111000 11000101 0 1001010 1000 10000 100110010 1000010 110101

Color Harmonies of #D638C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D638C5

Black with #D638C5

Text Example


Text Example

White with #D638C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D638C5; }

 p { color: rgb(214,56,197); }

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

background-color css

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

 a { background-color: rgb(214,56,197); }

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

border-color css

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

 span { border-color: rgb(214,56,197); }

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