Html Css Color HEX #D639BC Fuchsia

📋 copy color: '#D639BC'

red 214 ◦ green 57 ◦ blue 188

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

Shades of Fuchsia #D639BC

Tints of Fuchsia #D639BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 46.62%
G = 12.42%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D639BC (or 0xD639BC) is known color: Fuchsia. HEX triplet: D6, 39 and BC. RGB value is (214,57,188). Sum of RGB (Red+Green+Blue) = 214+57+188=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D639BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639BC is #29C643. Grayscale: #767676. Windows color (decimal): -2737732 or 12335574. OLE color: 12335574.

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

Color convert

RGB 214 57 188 -
CMYK 0 0.73 0.12 0.16
HSL 309.94º 0.66% 0.53% -
HSV(B) 309.94º 0.73% 0.84% -
XYZ 38.27 20.85 49.58 -
YUV 118.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 214 57 188 0 0.73 0.12 0.16 309.94 0.66 0.53
Hex D6 39 BC 0 49 C 10 136 42 35
Octal 326 71 274 0 111 14 20 466 102 65
Binary 11010110 111001 10111100 0 1001001 1100 10000 100110110 1000010 110101

Color Harmonies of #D639BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D639BC

Black with #D639BC

Text Example


Text Example

White with #D639BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D639BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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