Html Css Color HEX #D33DB6 Fuchsia

📋 copy color: '#D33DB6'

red 211 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #D33DB6

Tints of Fuchsia #D33DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.09%

R = 46.48%
G = 13.44%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D33DB6 (or 0xD33DB6) is known color: Fuchsia. HEX triplet: D3, 3D and B6. RGB value is (211,61,182). Sum of RGB (Red+Green+Blue) = 211+61+182=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DB6 is #2CC249. Grayscale: #777777. Windows color (decimal): -2933322 or 11943379. OLE color: 11943379.

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

Color convert

RGB 211 61 182 -
CMYK 0 0.71 0.14 0.17
HSL 311.6º 0.63% 0.53% -
HSV(B) 311.6º 0.71% 0.83% -
XYZ 36.98 20.56 46.28 -
YUV 119.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 211 61 182 0 0.71 0.14 0.17 311.6 0.63 0.53
Hex D3 3D B6 0 47 E 11 138 3F 35
Octal 323 75 266 0 107 16 21 470 77 65
Binary 11010011 111101 10110110 0 1000111 1110 10001 100111000 111111 110101

Color Harmonies of #D33DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DB6

Black with #D33DB6

Text Example


Text Example

White with #D33DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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