Html Css Color HEX #D25DB2 Fuchsia

📋 copy color: '#D25DB2'

red 210 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #D25DB2

Tints of Fuchsia #D25DB2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 43.66%
G = 19.33%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D25DB2 (or 0xD25DB2) is known color: Fuchsia. HEX triplet: D2, 5D and B2. RGB value is (210,93,178). Sum of RGB (Red+Green+Blue) = 210+93+178=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DB2 is #2DA24D. Grayscale: #898989. Windows color (decimal): -2990670 or 11689426. OLE color: 11689426.

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

Color convert

RGB 210 93 178 -
CMYK 0 0.56 0.15 0.18
HSL 316.41º 0.57% 0.59% -
HSV(B) 316.41º 0.56% 0.82% -
XYZ 38.53 24.74 44.87 -
YUV 137.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 210 93 178 0 0.56 0.15 0.18 316.41 0.57 0.59
Hex D2 5D B2 0 38 F 12 13C 39 3B
Octal 322 135 262 0 70 17 22 474 71 73
Binary 11010010 1011101 10110010 0 111000 1111 10010 100111100 111001 111011

Color Harmonies of #D25DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DB2

Black with #D25DB2

Text Example


Text Example

White with #D25DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DB2; }

 p { color: rgb(210,93,178); }

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

background-color css

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

 a { background-color: rgb(210,93,178); }

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

border-color css

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

 span { border-color: rgb(210,93,178); }

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