Html Css Color HEX #D25CAE Fuchsia

📋 copy color: '#D25CAE'

red 210 ◦ green 92 ◦ blue 174

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

Shades of Fuchsia #D25CAE

Tints of Fuchsia #D25CAE

RGB

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

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

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

R = 44.12%
G = 19.33%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D25CAE (or 0xD25CAE) is known color: Fuchsia. HEX triplet: D2, 5C and AE. RGB value is (210,92,174). Sum of RGB (Red+Green+Blue) = 210+92+174=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CAE is #2DA351. Grayscale: #888888. Windows color (decimal): -2990930 or 11427026. OLE color: 11427026.

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

Color convert

RGB 210 92 174 -
CMYK 0 0.56 0.17 0.18
HSL 318.31º 0.57% 0.59% -
HSV(B) 318.31º 0.56% 0.82% -
XYZ 38.05 24.41 42.75 -
YUV 136.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 210 92 174 0 0.56 0.17 0.18 318.31 0.57 0.59
Hex D2 5C AE 0 38 11 12 13E 39 3B
Octal 322 134 256 0 70 21 22 476 71 73
Binary 11010010 1011100 10101110 0 111000 10001 10010 100111110 111001 111011

Color Harmonies of #D25CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CAE

Black with #D25CAE

Text Example


Text Example

White with #D25CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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