Html Css Color HEX #D435C8 Fuchsia

📋 copy color: '#D435C8'

red 212 ◦ green 53 ◦ blue 200

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

Shades of Fuchsia #D435C8

Tints of Fuchsia #D435C8

RGB

 RED value IS 212 (83.2% from 255) = 45.59%

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

 BLUE value IS 200 (78.52% from 255) = 43.01%

R = 45.59%
G = 11.4%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D435C8 (or 0xD435C8) is known color: Fuchsia. HEX triplet: D4, 35 and C8. RGB value is (212,53,200). Sum of RGB (Red+Green+Blue) = 212+53+200=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D435C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435C8 is #2BCA37. Grayscale: #747474. Windows color (decimal): -2869816 or 13120980. OLE color: 13120980.

HSL color Cylindrical-coordinate representation of color #D435C8: hue angle of 304.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D435C8 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 200 -
CMYK 0 0.75 0.06 0.17
HSL 304.53º 0.65% 0.52% -
HSV(B) 304.53º 0.75% 0.83% -
XYZ 38.85 20.71 56.59 -
YUV 117.3 174.68 195.55 -
System Red Green Blue C M Y K H S L
Decimal 212 53 200 0 0.75 0.06 0.17 304.53 0.65 0.52
Hex D4 35 C8 0 4B 6 11 131 41 34
Octal 324 65 310 0 113 6 21 461 101 64
Binary 11010100 110101 11001000 0 1001011 110 10001 100110001 1000001 110100

Color Harmonies of #D435C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D435C8

Black with #D435C8

Text Example


Text Example

White with #D435C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D435C8; }

 p { color: rgb(212,53,200); }

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

background-color css

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

 a { background-color: rgb(212,53,200); }

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

border-color css

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

 span { border-color: rgb(212,53,200); }

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