Html Css Color HEX #D235CC Fuchsia

📋 copy color: '#D235CC'

red 210 ◦ green 53 ◦ blue 204

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

Shades of Fuchsia #D235CC

Tints of Fuchsia #D235CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 44.97%
G = 11.35%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D235CC (or 0xD235CC) is known color: Fuchsia. HEX triplet: D2, 35 and CC. RGB value is (210,53,204). Sum of RGB (Red+Green+Blue) = 210+53+204=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D235CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235CC is #2DCA33. Grayscale: #747474. Windows color (decimal): -3000884 or 13383122. OLE color: 13383122.

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

Color convert

RGB 210 53 204 -
CMYK 0 0.75 0.03 0.18
HSL 302.29º 0.64% 0.52% -
HSV(B) 302.29º 0.75% 0.82% -
XYZ 38.75 20.61 59.06 -
YUV 117.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 210 53 204 0 0.75 0.03 0.18 302.29 0.64 0.52
Hex D2 35 CC 0 4B 3 12 12E 40 34
Octal 322 65 314 0 113 3 22 456 100 64
Binary 11010010 110101 11001100 0 1001011 11 10010 100101110 1000000 110100

Color Harmonies of #D235CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235CC

Black with #D235CC

Text Example


Text Example

White with #D235CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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