Html Css Color HEX #D450C5 Fuchsia

📋 copy color: '#D450C5'

red 212 ◦ green 80 ◦ blue 197

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

Shades of Fuchsia #D450C5

Tints of Fuchsia #D450C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 43.35%
G = 16.36%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D450C5 (or 0xD450C5) is known color: Fuchsia. HEX triplet: D4, 50 and C5. RGB value is (212,80,197). Sum of RGB (Red+Green+Blue) = 212+80+197=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D450C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450C5 is #2BAF3A. Grayscale: #848484. Windows color (decimal): -2862907 or 12931284. OLE color: 12931284.

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

Color convert

RGB 212 80 197 -
CMYK 0 0.62 0.07 0.17
HSL 306.82º 0.61% 0.57% -
HSV(B) 306.82º 0.62% 0.83% -
XYZ 40.1 23.77 55.3 -
YUV 132.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 212 80 197 0 0.62 0.07 0.17 306.82 0.61 0.57
Hex D4 50 C5 0 3E 7 11 133 3D 39
Octal 324 120 305 0 76 7 21 463 75 71
Binary 11010100 1010000 11000101 0 111110 111 10001 100110011 111101 111001

Color Harmonies of #D450C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450C5

Black with #D450C5

Text Example


Text Example

White with #D450C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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