Html Css Color HEX #D235B5 Fuchsia

📋 copy color: '#D235B5'

red 210 ◦ green 53 ◦ blue 181

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

Shades of Fuchsia #D235B5

Tints of Fuchsia #D235B5

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.94%

 BLUE value IS 181 (71.09% from 255) = 40.77%

R = 47.3%
G = 11.94%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D235B5 (or 0xD235B5) is known color: Fuchsia. HEX triplet: D2, 35 and B5. RGB value is (210,53,181). Sum of RGB (Red+Green+Blue) = 210+53+181=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D235B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235B5 is #2DCA4A. Grayscale: #727272. Windows color (decimal): -3000907 or 11875794. OLE color: 11875794.

HSL color Cylindrical-coordinate representation of color #D235B5: hue angle of 311.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D235B5 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 53 181 -
CMYK 0 0.75 0.14 0.18
HSL 311.08º 0.64% 0.52% -
HSV(B) 311.08º 0.75% 0.82% -
XYZ 36.19 19.58 45.59 -
YUV 114.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 210 53 181 0 0.75 0.14 0.18 311.08 0.64 0.52
Hex D2 35 B5 0 4B E 12 137 40 34
Octal 322 65 265 0 113 16 22 467 100 64
Binary 11010010 110101 10110101 0 1001011 1110 10010 100110111 1000000 110100

Color Harmonies of #D235B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235B5

Black with #D235B5

Text Example


Text Example

White with #D235B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235B5; }

 p { color: rgb(210,53,181); }

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

background-color css

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

 a { background-color: rgb(210,53,181); }

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

border-color css

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

 span { border-color: rgb(210,53,181); }

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