Html Css Color HEX #D430CE Fuchsia

📋 copy color: '#D430CE'

red 212 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #D430CE

Tints of Fuchsia #D430CE

RGB

 RED value IS 212 (83.2% from 255) = 45.49%

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 45.49%
G = 10.3%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D430CE (or 0xD430CE) is known color: Fuchsia. HEX triplet: D4, 30 and CE. RGB value is (212,48,206). Sum of RGB (Red+Green+Blue) = 212+48+206=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D430CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430CE is #2BCF31. Grayscale: #727272. Windows color (decimal): -2871090 or 13512916. OLE color: 13512916.

HSL color Cylindrical-coordinate representation of color #D430CE: hue angle of 302.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D430CE is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 206 -
CMYK 0 0.77 0.03 0.17
HSL 302.2º 0.66% 0.51% -
HSV(B) 302.2º 0.77% 0.83% -
XYZ 39.35 20.57 60.29 -
YUV 115.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 212 48 206 0 0.77 0.03 0.17 302.2 0.66 0.51
Hex D4 30 CE 0 4D 3 11 12E 42 33
Octal 324 60 316 0 115 3 21 456 102 63
Binary 11010100 110000 11001110 0 1001101 11 10001 100101110 1000010 110011

Color Harmonies of #D430CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430CE

Black with #D430CE

Text Example


Text Example

White with #D430CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430CE; }

 p { color: rgb(212,48,206); }

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

background-color css

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

 a { background-color: rgb(212,48,206); }

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

border-color css

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

 span { border-color: rgb(212,48,206); }

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