Html Css Color HEX #D25DBE Fuchsia

📋 copy color: '#D25DBE'

red 210 ◦ green 93 ◦ blue 190

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

Shades of Fuchsia #D25DBE

Tints of Fuchsia #D25DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 42.6%
G = 18.86%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D25DBE (or 0xD25DBE) is known color: Fuchsia. HEX triplet: D2, 5D and BE. RGB value is (210,93,190). Sum of RGB (Red+Green+Blue) = 210+93+190=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DBE is #2DA241. Grayscale: #8A8A8A. Windows color (decimal): -2990658 or 12475858. OLE color: 12475858.

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

Color convert

RGB 210 93 190 -
CMYK 0 0.56 0.10 0.18
HSL 310.26º 0.57% 0.59% -
HSV(B) 310.26º 0.56% 0.82% -
XYZ 39.79 25.25 51.49 -
YUV 139.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 210 93 190 0 0.56 0.10 0.18 310.26 0.57 0.59
Hex D2 5D BE 0 38 A 12 136 39 3B
Octal 322 135 276 0 70 12 22 466 71 73
Binary 11010010 1011101 10111110 0 111000 1010 10010 100110110 111001 111011

Color Harmonies of #D25DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DBE

Black with #D25DBE

Text Example


Text Example

White with #D25DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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