Html Css Color HEX #D235C9 Fuchsia

📋 copy color: '#D235C9'

red 210 ◦ green 53 ◦ blue 201

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

Shades of Fuchsia #D235C9

Tints of Fuchsia #D235C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 45.26%
G = 11.42%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D235C9 (or 0xD235C9) is known color: Fuchsia. HEX triplet: D2, 35 and C9. RGB value is (210,53,201). Sum of RGB (Red+Green+Blue) = 210+53+201=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D235C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235C9 is #2DCA36. Grayscale: #747474. Windows color (decimal): -3000887 or 13186514. OLE color: 13186514.

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

Color convert

RGB 210 53 201 -
CMYK 0 0.75 0.04 0.18
HSL 303.44º 0.64% 0.52% -
HSV(B) 303.44º 0.75% 0.82% -
XYZ 38.39 20.46 57.18 -
YUV 116.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 210 53 201 0 0.75 0.04 0.18 303.44 0.64 0.52
Hex D2 35 C9 0 4B 4 12 12F 40 34
Octal 322 65 311 0 113 4 22 457 100 64
Binary 11010010 110101 11001001 0 1001011 100 10010 100101111 1000000 110100

Color Harmonies of #D235C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235C9

Black with #D235C9

Text Example


Text Example

White with #D235C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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