Html Css Color HEX #D630D0 Fuchsia

📋 copy color: '#D630D0'

red 214 ◦ green 48 ◦ blue 208

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

Shades of Fuchsia #D630D0

Tints of Fuchsia #D630D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 45.53%
G = 10.21%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D630D0 (or 0xD630D0) is known color: Fuchsia. HEX triplet: D6, 30 and D0. RGB value is (214,48,208). Sum of RGB (Red+Green+Blue) = 214+48+208=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D630D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630D0 is #29CF2F. Grayscale: #737373. Windows color (decimal): -2740016 or 13643990. OLE color: 13643990.

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

Color convert

RGB 214 48 208 -
CMYK 0 0.78 0.03 0.16
HSL 302.17º 0.67% 0.51% -
HSV(B) 302.17º 0.78% 0.84% -
XYZ 40.17 20.96 61.6 -
YUV 115.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 214 48 208 0 0.78 0.03 0.16 302.17 0.67 0.51
Hex D6 30 D0 0 4E 3 10 12E 43 33
Octal 326 60 320 0 116 3 20 456 103 63
Binary 11010110 110000 11010000 0 1001110 11 10000 100101110 1000011 110011

Color Harmonies of #D630D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630D0

Black with #D630D0

Text Example


Text Example

White with #D630D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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