Html Css Color HEX #D435CC Fuchsia

📋 copy color: '#D435CC'

red 212 ◦ green 53 ◦ blue 204

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

Shades of Fuchsia #D435CC

Tints of Fuchsia #D435CC

RGB

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

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

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

R = 45.2%
G = 11.3%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D435CC (or 0xD435CC) is known color: Fuchsia. HEX triplet: D4, 35 and CC. RGB value is (212,53,204). Sum of RGB (Red+Green+Blue) = 212+53+204=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D435CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435CC is #2BCA33. Grayscale: #757575. Windows color (decimal): -2869812 or 13383124. OLE color: 13383124.

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

Color convert

RGB 212 53 204 -
CMYK 0 0.75 0.04 0.17
HSL 303.02º 0.65% 0.52% -
HSV(B) 303.02º 0.75% 0.83% -
XYZ 39.32 20.9 59.09 -
YUV 117.76 176.68 195.22 -
System Red Green Blue C M Y K H S L
Decimal 212 53 204 0 0.75 0.04 0.17 303.02 0.65 0.52
Hex D4 35 CC 0 4B 4 11 12F 41 34
Octal 324 65 314 0 113 4 21 457 101 64
Binary 11010100 110101 11001100 0 1001011 100 10001 100101111 1000001 110100

Color Harmonies of #D435CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D435CC

Black with #D435CC

Text Example


Text Example

White with #D435CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D435CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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