Html Css Color HEX #D647B5 Fuchsia

📋 copy color: '#D647B5'

red 214 ◦ green 71 ◦ blue 181

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

Shades of Fuchsia #D647B5

Tints of Fuchsia #D647B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 45.92%
G = 15.24%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D647B5 (or 0xD647B5) is known color: Fuchsia. HEX triplet: D6, 47 and B5. RGB value is (214,71,181). Sum of RGB (Red+Green+Blue) = 214+71+181=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D647B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647B5 is #29B84A. Grayscale: #7E7E7E. Windows color (decimal): -2734155 or 11880406. OLE color: 11880406.

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

Color convert

RGB 214 71 181 -
CMYK 0 0.67 0.15 0.16
HSL 313.85º 0.64% 0.56% -
HSV(B) 313.85º 0.67% 0.84% -
XYZ 38.33 22.14 45.97 -
YUV 126.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 214 71 181 0 0.67 0.15 0.16 313.85 0.64 0.56
Hex D6 47 B5 0 43 F 10 13A 40 38
Octal 326 107 265 0 103 17 20 472 100 70
Binary 11010110 1000111 10110101 0 1000011 1111 10000 100111010 1000000 111000

Color Harmonies of #D647B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647B5

Black with #D647B5

Text Example


Text Example

White with #D647B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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