Html Css Color HEX #D434D0 Fuchsia

📋 copy color: '#D434D0'

red 212 ◦ green 52 ◦ blue 208

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

Shades of Fuchsia #D434D0

Tints of Fuchsia #D434D0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 44.92%
G = 11.02%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D434D0 (or 0xD434D0) is known color: Fuchsia. HEX triplet: D4, 34 and D0. RGB value is (212,52,208). Sum of RGB (Red+Green+Blue) = 212+52+208=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D434D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D434D0 is #2BCB2F. Grayscale: #757575. Windows color (decimal): -2870064 or 13645012. OLE color: 13645012.

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

Color convert

RGB 212 52 208 -
CMYK 0 0.75 0.02 0.17
HSL 301.5º 0.65% 0.52% -
HSV(B) 301.5º 0.75% 0.83% -
XYZ 39.76 21.01 61.63 -
YUV 117.62 179.01 195.32 -
System Red Green Blue C M Y K H S L
Decimal 212 52 208 0 0.75 0.02 0.17 301.5 0.65 0.52
Hex D4 34 D0 0 4B 2 11 12E 41 34
Octal 324 64 320 0 113 2 21 456 101 64
Binary 11010100 110100 11010000 0 1001011 10 10001 100101110 1000001 110100

Color Harmonies of #D434D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D434D0

Black with #D434D0

Text Example


Text Example

White with #D434D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D434D0; }

 p { color: rgb(212,52,208); }

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

background-color css

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

 a { background-color: rgb(212,52,208); }

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

border-color css

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

 span { border-color: rgb(212,52,208); }

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