Html Css Color HEX #D639CC Fuchsia

📋 copy color: '#D639CC'

red 214 ◦ green 57 ◦ blue 204

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

Shades of Fuchsia #D639CC

Tints of Fuchsia #D639CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 45.05%
G = 12%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D639CC (or 0xD639CC) is known color: Fuchsia. HEX triplet: D6, 39 and CC. RGB value is (214,57,204). Sum of RGB (Red+Green+Blue) = 214+57+204=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D639CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639CC is #29C633. Grayscale: #787878. Windows color (decimal): -2737716 or 13384150. OLE color: 13384150.

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

Color convert

RGB 214 57 204 -
CMYK 0 0.73 0.05 0.16
HSL 303.82º 0.66% 0.53% -
HSV(B) 303.82º 0.73% 0.84% -
XYZ 40.09 21.58 59.18 -
YUV 120.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 214 57 204 0 0.73 0.05 0.16 303.82 0.66 0.53
Hex D6 39 CC 0 49 5 10 130 42 35
Octal 326 71 314 0 111 5 20 460 102 65
Binary 11010110 111001 11001100 0 1001001 101 10000 100110000 1000010 110101

Color Harmonies of #D639CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D639CC

Black with #D639CC

Text Example


Text Example

White with #D639CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D639CC; }

 p { color: rgb(214,57,204); }

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

background-color css

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

 a { background-color: rgb(214,57,204); }

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

border-color css

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

 span { border-color: rgb(214,57,204); }

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