Html Css Color HEX #D235AF Fuchsia

📋 copy color: '#D235AF'

red 210 ◦ green 53 ◦ blue 175

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

Shades of Fuchsia #D235AF

Tints of Fuchsia #D235AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 47.95%
G = 12.1%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D235AF (or 0xD235AF) is known color: Fuchsia. HEX triplet: D2, 35 and AF. RGB value is (210,53,175). Sum of RGB (Red+Green+Blue) = 210+53+175=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D235AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D235AF is #2DCA50. Grayscale: #717171. Windows color (decimal): -3000913 or 11482578. OLE color: 11482578.

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

Color convert

RGB 210 53 175 -
CMYK 0 0.75 0.17 0.18
HSL 313.38º 0.64% 0.52% -
HSV(B) 313.38º 0.75% 0.82% -
XYZ 35.59 19.34 42.42 -
YUV 113.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 210 53 175 0 0.75 0.17 0.18 313.38 0.64 0.52
Hex D2 35 AF 0 4B 11 12 139 40 34
Octal 322 65 257 0 113 21 22 471 100 64
Binary 11010010 110101 10101111 0 1001011 10001 10010 100111001 1000000 110100

Color Harmonies of #D235AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235AF

Black with #D235AF

Text Example


Text Example

White with #D235AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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