Html Css Color HEX #D235B7 Fuchsia

📋 copy color: '#D235B7'

red 210 ◦ green 53 ◦ blue 183

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

Shades of Fuchsia #D235B7

Tints of Fuchsia #D235B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.03%

R = 47.09%
G = 11.88%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D235B7 (or 0xD235B7) is known color: Fuchsia. HEX triplet: D2, 35 and B7. RGB value is (210,53,183). Sum of RGB (Red+Green+Blue) = 210+53+183=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D235B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235B7 is #2DCA48. Grayscale: #727272. Windows color (decimal): -3000905 or 12006866. OLE color: 12006866.

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

Color convert

RGB 210 53 183 -
CMYK 0 0.75 0.13 0.18
HSL 310.32º 0.64% 0.52% -
HSV(B) 310.32º 0.75% 0.82% -
XYZ 36.4 19.67 46.68 -
YUV 114.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 210 53 183 0 0.75 0.13 0.18 310.32 0.64 0.52
Hex D2 35 B7 0 4B D 12 136 40 34
Octal 322 65 267 0 113 15 22 466 100 64
Binary 11010010 110101 10110111 0 1001011 1101 10010 100110110 1000000 110100

Color Harmonies of #D235B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235B7

Black with #D235B7

Text Example


Text Example

White with #D235B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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