Html Css Color HEX #D630C7 Fuchsia

📋 copy color: '#D630C7'

red 214 ◦ green 48 ◦ blue 199

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

Shades of Fuchsia #D630C7

Tints of Fuchsia #D630C7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.41%

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

R = 46.42%
G = 10.41%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D630C7 (or 0xD630C7) is known color: Fuchsia. HEX triplet: D6, 30 and C7. RGB value is (214,48,199). Sum of RGB (Red+Green+Blue) = 214+48+199=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D630C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630C7 is #29CF38. Grayscale: #727272. Windows color (decimal): -2740025 or 13054166. OLE color: 13054166.

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

Color convert

RGB 214 48 199 -
CMYK 0 0.78 0.07 0.16
HSL 305.42º 0.67% 0.51% -
HSV(B) 305.42º 0.78% 0.84% -
XYZ 39.1 20.53 55.94 -
YUV 114.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 214 48 199 0 0.78 0.07 0.16 305.42 0.67 0.51
Hex D6 30 C7 0 4E 7 10 131 43 33
Octal 326 60 307 0 116 7 20 461 103 63
Binary 11010110 110000 11000111 0 1001110 111 10000 100110001 1000011 110011

Color Harmonies of #D630C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630C7

Black with #D630C7

Text Example


Text Example

White with #D630C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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