Html Css Color HEX #D430CC Fuchsia

📋 copy color: '#D430CC'

red 212 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #D430CC

Tints of Fuchsia #D430CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 45.69%
G = 10.34%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D430CC (or 0xD430CC) is known color: Fuchsia. HEX triplet: D4, 30 and CC. RGB value is (212,48,204). Sum of RGB (Red+Green+Blue) = 212+48+204=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D430CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430CC is #2BCF33. Grayscale: #727272. Windows color (decimal): -2871092 or 13381844. OLE color: 13381844.

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

Color convert

RGB 212 48 204 -
CMYK 0 0.77 0.04 0.17
HSL 302.93º 0.66% 0.51% -
HSV(B) 302.93º 0.77% 0.83% -
XYZ 39.11 20.47 59.02 -
YUV 114.82 178.33 197.32 -
System Red Green Blue C M Y K H S L
Decimal 212 48 204 0 0.77 0.04 0.17 302.93 0.66 0.51
Hex D4 30 CC 0 4D 4 11 12F 42 33
Octal 324 60 314 0 115 4 21 457 102 63
Binary 11010100 110000 11001100 0 1001101 100 10001 100101111 1000010 110011

Color Harmonies of #D430CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430CC

Black with #D430CC

Text Example


Text Example

White with #D430CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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