Html Css Color HEX #D45CAE Fuchsia

📋 copy color: '#D45CAE'

red 212 ◦ green 92 ◦ blue 174

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

Shades of Fuchsia #D45CAE

Tints of Fuchsia #D45CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.25%

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 44.35%
G = 19.25%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D45CAE (or 0xD45CAE) is known color: Fuchsia. HEX triplet: D4, 5C and AE. RGB value is (212,92,174). Sum of RGB (Red+Green+Blue) = 212+92+174=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D45CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45CAE is #2BA351. Grayscale: #898989. Windows color (decimal): -2859858 or 11427028. OLE color: 11427028.

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

Color convert

RGB 212 92 174 -
CMYK 0 0.57 0.18 0.17
HSL 319º 0.58% 0.6% -
HSV(B) 319º 0.57% 0.83% -
XYZ 38.62 24.71 42.78 -
YUV 137.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 212 92 174 0 0.57 0.18 0.17 319 0.58 0.6
Hex D4 5C AE 0 39 12 11 13F 3A 3C
Octal 324 134 256 0 71 22 21 477 72 74
Binary 11010100 1011100 10101110 0 111001 10010 10001 100111111 111010 111100

Color Harmonies of #D45CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45CAE

Black with #D45CAE

Text Example


Text Example

White with #D45CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45CAE; }

 p { color: rgb(212,92,174); }

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

background-color css

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

 a { background-color: rgb(212,92,174); }

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

border-color css

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

 span { border-color: rgb(212,92,174); }

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