Html Css Color HEX #D637CD Fuchsia

📋 copy color: '#D637CD'

red 214 ◦ green 55 ◦ blue 205

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

Shades of Fuchsia #D637CD

Tints of Fuchsia #D637CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.6%

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

R = 45.15%
G = 11.6%
B = 43.25%

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

#D637CD (or 0xD637CD) is known color: Fuchsia. HEX triplet: D6, 37 and CD. RGB value is (214,55,205). Sum of RGB (Red+Green+Blue) = 214+55+205=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D637CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637CD is #29C832. Grayscale: #777777. Windows color (decimal): -2738227 or 13449174. OLE color: 13449174.

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

Color convert

RGB 214 55 205 -
CMYK 0 0.74 0.04 0.16
HSL 303.4º 0.66% 0.53% -
HSV(B) 303.4º 0.74% 0.84% -
XYZ 40.12 21.44 59.78 -
YUV 119.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 214 55 205 0 0.74 0.04 0.16 303.4 0.66 0.53
Hex D6 37 CD 0 4A 4 10 12F 42 35
Octal 326 67 315 0 112 4 20 457 102 65
Binary 11010110 110111 11001101 0 1001010 100 10000 100101111 1000010 110101

Color Harmonies of #D637CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D637CD

Black with #D637CD

Text Example


Text Example

White with #D637CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D637CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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