Html Css Color HEX #D433D0 Fuchsia

📋 copy color: '#D433D0'

red 212 ◦ green 51 ◦ blue 208

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

Shades of Fuchsia #D433D0

Tints of Fuchsia #D433D0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.83%

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

R = 45.01%
G = 10.83%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D433D0 (or 0xD433D0) is known color: Fuchsia. HEX triplet: D4, 33 and D0. RGB value is (212,51,208). Sum of RGB (Red+Green+Blue) = 212+51+208=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D433D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D433D0 is #2BCC2F. Grayscale: #747474. Windows color (decimal): -2870320 or 13644756. OLE color: 13644756.

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

Color convert

RGB 212 51 208 -
CMYK 0 0.76 0.02 0.17
HSL 301.49º 0.65% 0.52% -
HSV(B) 301.49º 0.76% 0.83% -
XYZ 39.72 20.92 61.62 -
YUV 117.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 212 51 208 0 0.76 0.02 0.17 301.49 0.65 0.52
Hex D4 33 D0 0 4C 2 11 12D 41 34
Octal 324 63 320 0 114 2 21 455 101 64
Binary 11010100 110011 11010000 0 1001100 10 10001 100101101 1000001 110100

Color Harmonies of #D433D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D433D0

Black with #D433D0

Text Example


Text Example

White with #D433D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D433D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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