Html Css Color HEX #D648C7 Fuchsia

📋 copy color: '#D648C7'

red 214 ◦ green 72 ◦ blue 199

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

Shades of Fuchsia #D648C7

Tints of Fuchsia #D648C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.03%

R = 44.12%
G = 14.85%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D648C7 (or 0xD648C7) is known color: Fuchsia. HEX triplet: D6, 48 and C7. RGB value is (214,72,199). Sum of RGB (Red+Green+Blue) = 214+72+199=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D648C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648C7 is #29B738. Grayscale: #808080. Windows color (decimal): -2733881 or 13060310. OLE color: 13060310.

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

Color convert

RGB 214 72 199 -
CMYK 0 0.66 0.07 0.16
HSL 306.34º 0.63% 0.56% -
HSV(B) 306.34º 0.66% 0.84% -
XYZ 40.36 23.05 56.36 -
YUV 128.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 214 72 199 0 0.66 0.07 0.16 306.34 0.63 0.56
Hex D6 48 C7 0 42 7 10 132 3F 38
Octal 326 110 307 0 102 7 20 462 77 70
Binary 11010110 1001000 11000111 0 1000010 111 10000 100110010 111111 111000

Color Harmonies of #D648C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648C7

Black with #D648C7

Text Example


Text Example

White with #D648C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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