Html Css Color HEX #D450AF Fuchsia

📋 copy color: '#D450AF'

red 212 ◦ green 80 ◦ blue 175

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

Shades of Fuchsia #D450AF

Tints of Fuchsia #D450AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 45.4%
G = 17.13%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D450AF (or 0xD450AF) is known color: Fuchsia. HEX triplet: D4, 50 and AF. RGB value is (212,80,175). Sum of RGB (Red+Green+Blue) = 212+80+175=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D450AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450AF is #2BAF50. Grayscale: #828282. Windows color (decimal): -2862929 or 11489492. OLE color: 11489492.

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

Color convert

RGB 212 80 175 -
CMYK 0 0.62 0.17 0.17
HSL 316.82º 0.61% 0.57% -
HSV(B) 316.82º 0.62% 0.83% -
XYZ 37.76 22.83 42.97 -
YUV 130.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 212 80 175 0 0.62 0.17 0.17 316.82 0.61 0.57
Hex D4 50 AF 0 3E 11 11 13D 3D 39
Octal 324 120 257 0 76 21 21 475 75 71
Binary 11010100 1010000 10101111 0 111110 10001 10001 100111101 111101 111001

Color Harmonies of #D450AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450AF

Black with #D450AF

Text Example


Text Example

White with #D450AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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