Html Css Color HEX #D648B3 Fuchsia

📋 copy color: '#D648B3'

red 214 ◦ green 72 ◦ blue 179

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

Shades of Fuchsia #D648B3

Tints of Fuchsia #D648B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.49%

R = 46.02%
G = 15.48%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D648B3 (or 0xD648B3) is known color: Fuchsia. HEX triplet: D6, 48 and B3. RGB value is (214,72,179). Sum of RGB (Red+Green+Blue) = 214+72+179=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D648B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648B3 is #29B74C. Grayscale: #7E7E7E. Windows color (decimal): -2733901 or 11749590. OLE color: 11749590.

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

Color convert

RGB 214 72 179 -
CMYK 0 0.66 0.16 0.16
HSL 314.79º 0.63% 0.56% -
HSV(B) 314.79º 0.66% 0.84% -
XYZ 38.19 22.19 44.92 -
YUV 126.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 214 72 179 0 0.66 0.16 0.16 314.79 0.63 0.56
Hex D6 48 B3 0 42 10 10 13B 3F 38
Octal 326 110 263 0 102 20 20 473 77 70
Binary 11010110 1001000 10110011 0 1000010 10000 10000 100111011 111111 111000

Color Harmonies of #D648B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648B3

Black with #D648B3

Text Example


Text Example

White with #D648B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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