Html Css Color HEX #D24BAE Fuchsia

📋 copy color: '#D24BAE'

red 210 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #D24BAE

Tints of Fuchsia #D24BAE

RGB

 RED value IS 210 (82.42% from 255) = 45.75%

 GREEN value IS 75 (29.69% from 255) = 16.34%

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

R = 45.75%
G = 16.34%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D24BAE (or 0xD24BAE) is known color: Fuchsia. HEX triplet: D2, 4B and AE. RGB value is (210,75,174). Sum of RGB (Red+Green+Blue) = 210+75+174=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24BAE is #2DB451. Grayscale: #7E7E7E. Windows color (decimal): -2995282 or 11422674. OLE color: 11422674.

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

Color convert

RGB 210 75 174 -
CMYK 0 0.64 0.17 0.18
HSL 316º 0.6% 0.56% -
HSV(B) 316º 0.64% 0.82% -
XYZ 36.73 21.79 42.31 -
YUV 126.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 210 75 174 0 0.64 0.17 0.18 316 0.6 0.56
Hex D2 4B AE 0 40 11 12 13C 3C 38
Octal 322 113 256 0 100 21 22 474 74 70
Binary 11010010 1001011 10101110 0 1000000 10001 10010 100111100 111100 111000

Color Harmonies of #D24BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24BAE

Black with #D24BAE

Text Example


Text Example

White with #D24BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24BAE; }

 p { color: rgb(210,75,174); }

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

background-color css

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

 a { background-color: rgb(210,75,174); }

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

border-color css

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

 span { border-color: rgb(210,75,174); }

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