Html Css Color HEX #D25CBE Fuchsia

📋 copy color: '#D25CBE'

red 210 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #D25CBE

Tints of Fuchsia #D25CBE

RGB

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

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

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

R = 42.68%
G = 18.7%
B = 38.62%

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

#D25CBE (or 0xD25CBE) is known color: Fuchsia. HEX triplet: D2, 5C and BE. RGB value is (210,92,190). Sum of RGB (Red+Green+Blue) = 210+92+190=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CBE is #2DA341. Grayscale: #8A8A8A. Windows color (decimal): -2990914 or 12475602. OLE color: 12475602.

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

Color convert

RGB 210 92 190 -
CMYK 0 0.56 0.10 0.18
HSL 310.17º 0.57% 0.59% -
HSV(B) 310.17º 0.56% 0.82% -
XYZ 39.7 25.07 51.46 -
YUV 138.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 210 92 190 0 0.56 0.10 0.18 310.17 0.57 0.59
Hex D2 5C BE 0 38 A 12 136 39 3B
Octal 322 134 276 0 70 12 22 466 71 73
Binary 11010010 1011100 10111110 0 111000 1010 10010 100110110 111001 111011

Color Harmonies of #D25CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CBE

Black with #D25CBE

Text Example


Text Example

White with #D25CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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