Html Css Color HEX #D25ABC Fuchsia

📋 copy color: '#D25ABC'

red 210 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #D25ABC

Tints of Fuchsia #D25ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 43.03%
G = 18.44%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D25ABC (or 0xD25ABC) is known color: Fuchsia. HEX triplet: D2, 5A and BC. RGB value is (210,90,188). Sum of RGB (Red+Green+Blue) = 210+90+188=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ABC is #2DA543. Grayscale: #888888. Windows color (decimal): -2991428 or 12344018. OLE color: 12344018.

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

Color convert

RGB 210 90 188 -
CMYK 0 0.57 0.10 0.18
HSL 311º 0.57% 0.59% -
HSV(B) 311º 0.57% 0.82% -
XYZ 39.31 24.64 50.26 -
YUV 137.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 210 90 188 0 0.57 0.10 0.18 311 0.57 0.59
Hex D2 5A BC 0 39 A 12 137 39 3B
Octal 322 132 274 0 71 12 22 467 71 73
Binary 11010010 1011010 10111100 0 111001 1010 10010 100110111 111001 111011

Color Harmonies of #D25ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ABC

Black with #D25ABC

Text Example


Text Example

White with #D25ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ABC; }

 p { color: rgb(210,90,188); }

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

background-color css

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

 a { background-color: rgb(210,90,188); }

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

border-color css

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

 span { border-color: rgb(210,90,188); }

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