Html Css Color HEX #D650C7 Fuchsia

📋 copy color: '#D650C7'

red 214 ◦ green 80 ◦ blue 199

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

Shades of Fuchsia #D650C7

Tints of Fuchsia #D650C7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.23%

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

R = 43.41%
G = 16.23%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D650C7 (or 0xD650C7) is known color: Fuchsia. HEX triplet: D6, 50 and C7. RGB value is (214,80,199). Sum of RGB (Red+Green+Blue) = 214+80+199=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D650C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650C7 is #29AF38. Grayscale: #858585. Windows color (decimal): -2731833 or 13062358. OLE color: 13062358.

HSL color Cylindrical-coordinate representation of color #D650C7: hue angle of 306.72º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D650C7 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 199 -
CMYK 0 0.63 0.07 0.16
HSL 306.72º 0.62% 0.58% -
HSV(B) 306.72º 0.63% 0.84% -
XYZ 40.91 24.16 56.54 -
YUV 133.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 214 80 199 0 0.63 0.07 0.16 306.72 0.62 0.58
Hex D6 50 C7 0 3F 7 10 133 3E 3A
Octal 326 120 307 0 77 7 20 463 76 72
Binary 11010110 1010000 11000111 0 111111 111 10000 100110011 111110 111010

Color Harmonies of #D650C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650C7

Black with #D650C7

Text Example


Text Example

White with #D650C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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