Html Css Color HEX #D630CD Fuchsia

📋 copy color: '#D630CD'

red 214 ◦ green 48 ◦ blue 205

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

Shades of Fuchsia #D630CD

Tints of Fuchsia #D630CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 45.82%
G = 10.28%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D630CD (or 0xD630CD) is known color: Fuchsia. HEX triplet: D6, 30 and CD. RGB value is (214,48,205). Sum of RGB (Red+Green+Blue) = 214+48+205=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D630CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630CD is #29CF32. Grayscale: #737373. Windows color (decimal): -2740019 or 13447382. OLE color: 13447382.

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

Color convert

RGB 214 48 205 -
CMYK 0 0.78 0.04 0.16
HSL 303.25º 0.67% 0.51% -
HSV(B) 303.25º 0.78% 0.84% -
XYZ 39.81 20.82 59.68 -
YUV 115.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 214 48 205 0 0.78 0.04 0.16 303.25 0.67 0.51
Hex D6 30 CD 0 4E 4 10 12F 43 33
Octal 326 60 315 0 116 4 20 457 103 63
Binary 11010110 110000 11001101 0 1001110 100 10000 100101111 1000011 110011

Color Harmonies of #D630CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630CD

Black with #D630CD

Text Example


Text Example

White with #D630CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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