Html Css Color HEX #D632D1 Fuchsia

📋 copy color: '#D632D1'

red 214 ◦ green 50 ◦ blue 209

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

Shades of Fuchsia #D632D1

Tints of Fuchsia #D632D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 45.24%
G = 10.57%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D632D1 (or 0xD632D1) is known color: Fuchsia. HEX triplet: D6, 32 and D1. RGB value is (214,50,209). Sum of RGB (Red+Green+Blue) = 214+50+209=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D632D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632D1 is #29CD2E. Grayscale: #747474. Windows color (decimal): -2739503 or 13710038. OLE color: 13710038.

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

Color convert

RGB 214 50 209 -
CMYK 0 0.77 0.02 0.16
HSL 301.83º 0.67% 0.52% -
HSV(B) 301.83º 0.77% 0.84% -
XYZ 40.38 21.18 62.28 -
YUV 117.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 214 50 209 0 0.77 0.02 0.16 301.83 0.67 0.52
Hex D6 32 D1 0 4D 2 10 12E 43 34
Octal 326 62 321 0 115 2 20 456 103 64
Binary 11010110 110010 11010001 0 1001101 10 10000 100101110 1000011 110100

Color Harmonies of #D632D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D632D1

Black with #D632D1

Text Example


Text Example

White with #D632D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D632D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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