Html Css Color HEX #D630C4 Fuchsia

📋 copy color: '#D630C4'

red 214 ◦ green 48 ◦ blue 196

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

Shades of Fuchsia #D630C4

Tints of Fuchsia #D630C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.79%

R = 46.72%
G = 10.48%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D630C4 (or 0xD630C4) is known color: Fuchsia. HEX triplet: D6, 30 and C4. RGB value is (214,48,196). Sum of RGB (Red+Green+Blue) = 214+48+196=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D630C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630C4 is #29CF3B. Grayscale: #727272. Windows color (decimal): -2740028 or 12857558. OLE color: 12857558.

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

Color convert

RGB 214 48 196 -
CMYK 0 0.78 0.08 0.16
HSL 306.51º 0.67% 0.51% -
HSV(B) 306.51º 0.78% 0.84% -
XYZ 38.75 20.4 54.12 -
YUV 114.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 214 48 196 0 0.78 0.08 0.16 306.51 0.67 0.51
Hex D6 30 C4 0 4E 8 10 133 43 33
Octal 326 60 304 0 116 10 20 463 103 63
Binary 11010110 110000 11000100 0 1001110 1000 10000 100110011 1000011 110011

Color Harmonies of #D630C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630C4

Black with #D630C4

Text Example


Text Example

White with #D630C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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