Html Css Color HEX #D630C9 Fuchsia

📋 copy color: '#D630C9'

red 214 ◦ green 48 ◦ blue 201

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

Shades of Fuchsia #D630C9

Tints of Fuchsia #D630C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 46.22%
G = 10.37%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D630C9 (or 0xD630C9) is known color: Fuchsia. HEX triplet: D6, 30 and C9. RGB value is (214,48,201). Sum of RGB (Red+Green+Blue) = 214+48+201=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D630C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630C9 is #29CF36. Grayscale: #727272. Windows color (decimal): -2740023 or 13185238. OLE color: 13185238.

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

Color convert

RGB 214 48 201 -
CMYK 0 0.78 0.06 0.16
HSL 304.7º 0.67% 0.51% -
HSV(B) 304.7º 0.78% 0.84% -
XYZ 39.33 20.63 57.17 -
YUV 115.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 214 48 201 0 0.78 0.06 0.16 304.7 0.67 0.51
Hex D6 30 C9 0 4E 6 10 131 43 33
Octal 326 60 311 0 116 6 20 461 103 63
Binary 11010110 110000 11001001 0 1001110 110 10000 100110001 1000011 110011

Color Harmonies of #D630C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630C9

Black with #D630C9

Text Example


Text Example

White with #D630C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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