Html Css Color HEX #D648B7 Fuchsia

📋 copy color: '#D648B7'

red 214 ◦ green 72 ◦ blue 183

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

Shades of Fuchsia #D648B7

Tints of Fuchsia #D648B7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.35%

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

R = 45.63%
G = 15.35%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D648B7 (or 0xD648B7) is known color: Fuchsia. HEX triplet: D6, 48 and B7. RGB value is (214,72,183). Sum of RGB (Red+Green+Blue) = 214+72+183=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D648B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648B7 is #29B748. Grayscale: #7E7E7E. Windows color (decimal): -2733897 or 12011734. OLE color: 12011734.

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

Color convert

RGB 214 72 183 -
CMYK 0 0.66 0.14 0.16
HSL 313.1º 0.63% 0.56% -
HSV(B) 313.1º 0.66% 0.84% -
XYZ 38.6 22.35 47.08 -
YUV 127.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 214 72 183 0 0.66 0.14 0.16 313.1 0.63 0.56
Hex D6 48 B7 0 42 E 10 139 3F 38
Octal 326 110 267 0 102 16 20 471 77 70
Binary 11010110 1001000 10110111 0 1000010 1110 10000 100111001 111111 111000

Color Harmonies of #D648B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648B7

Black with #D648B7

Text Example


Text Example

White with #D648B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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