Html Css Color HEX #D25CBF Fuchsia

📋 copy color: '#D25CBF'

red 210 ◦ green 92 ◦ blue 191

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

Shades of Fuchsia #D25CBF

Tints of Fuchsia #D25CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 42.6%
G = 18.66%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D25CBF (or 0xD25CBF) is known color: Fuchsia. HEX triplet: D2, 5C and BF. RGB value is (210,92,191). Sum of RGB (Red+Green+Blue) = 210+92+191=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CBF is #2DA340. Grayscale: #8A8A8A. Windows color (decimal): -2990913 or 12541138. OLE color: 12541138.

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

Color convert

RGB 210 92 191 -
CMYK 0 0.56 0.09 0.18
HSL 309.66º 0.57% 0.59% -
HSV(B) 309.66º 0.56% 0.82% -
XYZ 39.81 25.12 52.04 -
YUV 138.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 210 92 191 0 0.56 0.09 0.18 309.66 0.57 0.59
Hex D2 5C BF 0 38 9 12 136 39 3B
Octal 322 134 277 0 70 11 22 466 71 73
Binary 11010010 1011100 10111111 0 111000 1001 10010 100110110 111001 111011

Color Harmonies of #D25CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CBF

Black with #D25CBF

Text Example


Text Example

White with #D25CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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