Html Css Color HEX #D235B3 Fuchsia

📋 copy color: '#D235B3'

red 210 ◦ green 53 ◦ blue 179

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

Shades of Fuchsia #D235B3

Tints of Fuchsia #D235B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.5%

R = 47.51%
G = 11.99%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D235B3 (or 0xD235B3) is known color: Fuchsia. HEX triplet: D2, 35 and B3. RGB value is (210,53,179). Sum of RGB (Red+Green+Blue) = 210+53+179=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D235B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235B3 is #2DCA4C. Grayscale: #717171. Windows color (decimal): -3000909 or 11744722. OLE color: 11744722.

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

Color convert

RGB 210 53 179 -
CMYK 0 0.75 0.15 0.18
HSL 311.85º 0.64% 0.52% -
HSV(B) 311.85º 0.75% 0.82% -
XYZ 35.99 19.5 44.52 -
YUV 114.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 210 53 179 0 0.75 0.15 0.18 311.85 0.64 0.52
Hex D2 35 B3 0 4B F 12 138 40 34
Octal 322 65 263 0 113 17 22 470 100 64
Binary 11010010 110101 10110011 0 1001011 1111 10010 100111000 1000000 110100

Color Harmonies of #D235B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235B3

Black with #D235B3

Text Example


Text Example

White with #D235B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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