Html Css Color HEX #D649BC Fuchsia

📋 copy color: '#D649BC'

red 214 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #D649BC

Tints of Fuchsia #D649BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.37%

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

R = 45.05%
G = 15.37%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D649BC (or 0xD649BC) is known color: Fuchsia. HEX triplet: D6, 49 and BC. RGB value is (214,73,188). Sum of RGB (Red+Green+Blue) = 214+73+188=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D649BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649BC is #29B643. Grayscale: #7F7F7F. Windows color (decimal): -2733636 or 12339670. OLE color: 12339670.

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

Color convert

RGB 214 73 188 -
CMYK 0 0.66 0.12 0.16
HSL 311.06º 0.63% 0.56% -
HSV(B) 311.06º 0.66% 0.84% -
XYZ 39.19 22.69 49.89 -
YUV 128.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 214 73 188 0 0.66 0.12 0.16 311.06 0.63 0.56
Hex D6 49 BC 0 42 C 10 137 3F 38
Octal 326 111 274 0 102 14 20 467 77 70
Binary 11010110 1001001 10111100 0 1000010 1100 10000 100110111 111111 111000

Color Harmonies of #D649BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649BC

Black with #D649BC

Text Example


Text Example

White with #D649BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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