Html Css Color HEX #D638CD Fuchsia

📋 copy color: '#D638CD'

red 214 ◦ green 56 ◦ blue 205

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

Shades of Fuchsia #D638CD

Tints of Fuchsia #D638CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 45.05%
G = 11.79%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D638CD (or 0xD638CD) is known color: Fuchsia. HEX triplet: D6, 38 and CD. RGB value is (214,56,205). Sum of RGB (Red+Green+Blue) = 214+56+205=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D638CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D638CD is #29C732. Grayscale: #777777. Windows color (decimal): -2737971 or 13449430. OLE color: 13449430.

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

Color convert

RGB 214 56 205 -
CMYK 0 0.74 0.04 0.16
HSL 303.42º 0.66% 0.53% -
HSV(B) 303.42º 0.74% 0.84% -
XYZ 40.17 21.53 59.8 -
YUV 120.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 214 56 205 0 0.74 0.04 0.16 303.42 0.66 0.53
Hex D6 38 CD 0 4A 4 10 12F 42 35
Octal 326 70 315 0 112 4 20 457 102 65
Binary 11010110 111000 11001101 0 1001010 100 10000 100101111 1000010 110101

Color Harmonies of #D638CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D638CD

Black with #D638CD

Text Example


Text Example

White with #D638CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D638CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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