Html Css Color HEX #D25CAD Fuchsia

📋 copy color: '#D25CAD'

red 210 ◦ green 92 ◦ blue 173

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

Shades of Fuchsia #D25CAD

Tints of Fuchsia #D25CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.42%

R = 44.21%
G = 19.37%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D25CAD (or 0xD25CAD) is known color: Fuchsia. HEX triplet: D2, 5C and AD. RGB value is (210,92,173). Sum of RGB (Red+Green+Blue) = 210+92+173=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CAD is #2DA352. Grayscale: #888888. Windows color (decimal): -2990931 or 11361490. OLE color: 11361490.

HSL color Cylindrical-coordinate representation of color #D25CAD: hue angle of 318.81º 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 #D25CAD is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 92 173 -
CMYK 0 0.56 0.18 0.18
HSL 318.81º 0.57% 0.59% -
HSV(B) 318.81º 0.56% 0.82% -
XYZ 37.95 24.37 42.24 -
YUV 136.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 210 92 173 0 0.56 0.18 0.18 318.81 0.57 0.59
Hex D2 5C AD 0 38 12 12 13F 39 3B
Octal 322 134 255 0 70 22 22 477 71 73
Binary 11010010 1011100 10101101 0 111000 10010 10010 100111111 111001 111011

Color Harmonies of #D25CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CAD

Black with #D25CAD

Text Example


Text Example

White with #D25CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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