Html Css Color HEX #D45DAF Fuchsia

📋 copy color: '#D45DAF'

red 212 ◦ green 93 ◦ blue 175

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

Shades of Fuchsia #D45DAF

Tints of Fuchsia #D45DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.38%

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

R = 44.17%
G = 19.38%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D45DAF (or 0xD45DAF) is known color: Fuchsia. HEX triplet: D4, 5D and AF. RGB value is (212,93,175). Sum of RGB (Red+Green+Blue) = 212+93+175=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45DAF is #2BA250. Grayscale: #898989. Windows color (decimal): -2859601 or 11492820. OLE color: 11492820.

HSL color Cylindrical-coordinate representation of color #D45DAF: hue angle of 318.66º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45DAF is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 93 175 -
CMYK 0 0.56 0.17 0.17
HSL 318.66º 0.58% 0.6% -
HSV(B) 318.66º 0.56% 0.83% -
XYZ 38.8 24.92 43.32 -
YUV 137.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 212 93 175 0 0.56 0.17 0.17 318.66 0.58 0.6
Hex D4 5D AF 0 38 11 11 13F 3A 3C
Octal 324 135 257 0 70 21 21 477 72 74
Binary 11010100 1011101 10101111 0 111000 10001 10001 100111111 111010 111100

Color Harmonies of #D45DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45DAF

Black with #D45DAF

Text Example


Text Example

White with #D45DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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