Html Css Color HEX #D033D4 Fuchsia

📋 copy color: '#D033D4'

red 208 ◦ green 51 ◦ blue 212

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

Shades of Fuchsia #D033D4

Tints of Fuchsia #D033D4

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

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

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

Color convert

RGB 208 51 212 -
CMYK 0.02 0.76 0 0.17
HSL 298.51º 0.65% 0.52% -
HSV(B) 298.51º 0.76% 0.83% -
XYZ 39.08 20.53 64.19 -
YUV 116.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 208 51 212 0.02 0.76 0 0.17 298.51 0.65 0.52
Hex D0 33 D4 2 4C 0 11 12B 41 34
Octal 320 63 324 2 114 0 21 453 101 64
Binary 11010000 110011 11010100 10 1001100 0 10001 100101011 1000001 110100

Color Harmonies of #D033D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033D4

Black with #D033D4

Text Example


Text Example

White with #D033D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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