Html Css Color HEX #D33DB9 Fuchsia

📋 copy color: '#D33DB9'

red 211 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #D33DB9

Tints of Fuchsia #D33DB9

RGB

 RED value IS 211 (82.81% from 255) = 46.17%

 GREEN value IS 61 (24.22% from 255) = 13.35%

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 46.17%
G = 13.35%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D33DB9 (or 0xD33DB9) is known color: Fuchsia. HEX triplet: D3, 3D and B9. RGB value is (211,61,185). Sum of RGB (Red+Green+Blue) = 211+61+185=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DB9 is #2CC246. Grayscale: #777777. Windows color (decimal): -2933319 or 12139987. OLE color: 12139987.

HSL color Cylindrical-coordinate representation of color #D33DB9: hue angle of 310.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33DB9 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 61 185 -
CMYK 0 0.71 0.12 0.17
HSL 310.4º 0.63% 0.53% -
HSV(B) 310.4º 0.71% 0.83% -
XYZ 37.29 20.69 47.93 -
YUV 119.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 211 61 185 0 0.71 0.12 0.17 310.4 0.63 0.53
Hex D3 3D B9 0 47 C 11 136 3F 35
Octal 323 75 271 0 107 14 21 466 77 65
Binary 11010011 111101 10111001 0 1000111 1100 10001 100110110 111111 110101

Color Harmonies of #D33DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DB9

Black with #D33DB9

Text Example


Text Example

White with #D33DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DB9; }

 p { color: rgb(211,61,185); }

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

background-color css

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

 a { background-color: rgb(211,61,185); }

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

border-color css

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

 span { border-color: rgb(211,61,185); }

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