Html Css Color HEX #D450C3 Fuchsia

📋 copy color: '#D450C3'

red 212 ◦ green 80 ◦ blue 195

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

Shades of Fuchsia #D450C3

Tints of Fuchsia #D450C3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.43%

 BLUE value IS 195 (76.56% from 255) = 40.04%

R = 43.53%
G = 16.43%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D450C3 (or 0xD450C3) is known color: Fuchsia. HEX triplet: D4, 50 and C3. RGB value is (212,80,195). Sum of RGB (Red+Green+Blue) = 212+80+195=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D450C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450C3 is #2BAF3C. Grayscale: #848484. Windows color (decimal): -2862909 or 12800212. OLE color: 12800212.

HSL color Cylindrical-coordinate representation of color #D450C3: hue angle of 307.73º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D450C3 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 80 195 -
CMYK 0 0.62 0.08 0.17
HSL 307.73º 0.61% 0.57% -
HSV(B) 307.73º 0.62% 0.83% -
XYZ 39.87 23.67 54.1 -
YUV 132.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 212 80 195 0 0.62 0.08 0.17 307.73 0.61 0.57
Hex D4 50 C3 0 3E 8 11 134 3D 39
Octal 324 120 303 0 76 10 21 464 75 71
Binary 11010100 1010000 11000011 0 111110 1000 10001 100110100 111101 111001

Color Harmonies of #D450C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450C3

Black with #D450C3

Text Example


Text Example

White with #D450C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450C3; }

 p { color: rgb(212,80,195); }

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

background-color css

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

 a { background-color: rgb(212,80,195); }

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

border-color css

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

 span { border-color: rgb(212,80,195); }

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