Html Css Color HEX #D632C1 Fuchsia

📋 copy color: '#D632C1'

red 214 ◦ green 50 ◦ blue 193

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

Shades of Fuchsia #D632C1

Tints of Fuchsia #D632C1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.94%

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 46.83%
G = 10.94%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D632C1 (or 0xD632C1) is known color: Fuchsia. HEX triplet: D6, 32 and C1. RGB value is (214,50,193). Sum of RGB (Red+Green+Blue) = 214+50+193=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D632C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632C1 is #29CD3E. Grayscale: #727272. Windows color (decimal): -2739519 or 12661462. OLE color: 12661462.

HSL color Cylindrical-coordinate representation of color #D632C1: hue angle of 307.68º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D632C1 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 193 -
CMYK 0 0.77 0.10 0.16
HSL 307.68º 0.67% 0.52% -
HSV(B) 307.68º 0.77% 0.84% -
XYZ 38.5 20.43 52.37 -
YUV 115.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 214 50 193 0 0.77 0.10 0.16 307.68 0.67 0.52
Hex D6 32 C1 0 4D A 10 134 43 34
Octal 326 62 301 0 115 12 20 464 103 64
Binary 11010110 110010 11000001 0 1001101 1010 10000 100110100 1000011 110100

Color Harmonies of #D632C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D632C1

Black with #D632C1

Text Example


Text Example

White with #D632C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D632C1; }

 p { color: rgb(214,50,193); }

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

background-color css

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

 a { background-color: rgb(214,50,193); }

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

border-color css

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

 span { border-color: rgb(214,50,193); }

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