Html Css Color HEX #D647B7 Fuchsia

📋 copy color: '#D647B7'

red 214 ◦ green 71 ◦ blue 183

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

Shades of Fuchsia #D647B7

Tints of Fuchsia #D647B7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.17%

 BLUE value IS 183 (71.88% from 255) = 39.1%

R = 45.73%
G = 15.17%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D647B7 (or 0xD647B7) is known color: Fuchsia. HEX triplet: D6, 47 and B7. RGB value is (214,71,183). Sum of RGB (Red+Green+Blue) = 214+71+183=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D647B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647B7 is #29B848. Grayscale: #7E7E7E. Windows color (decimal): -2734153 or 12011478. OLE color: 12011478.

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

Color convert

RGB 214 71 183 -
CMYK 0 0.67 0.14 0.16
HSL 313.01º 0.64% 0.56% -
HSV(B) 313.01º 0.67% 0.84% -
XYZ 38.53 22.22 47.06 -
YUV 126.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 214 71 183 0 0.67 0.14 0.16 313.01 0.64 0.56
Hex D6 47 B7 0 43 E 10 139 40 38
Octal 326 107 267 0 103 16 20 471 100 70
Binary 11010110 1000111 10110111 0 1000011 1110 10000 100111001 1000000 111000

Color Harmonies of #D647B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647B7

Black with #D647B7

Text Example


Text Example

White with #D647B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647B7; }

 p { color: rgb(214,71,183); }

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

background-color css

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

 a { background-color: rgb(214,71,183); }

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

border-color css

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

 span { border-color: rgb(214,71,183); }

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