Html Css Color HEX #D33DB8 Fuchsia

📋 copy color: '#D33DB8'

red 211 ◦ green 61 ◦ blue 184

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

Shades of Fuchsia #D33DB8

Tints of Fuchsia #D33DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.35%

R = 46.27%
G = 13.38%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D33DB8 (or 0xD33DB8) is known color: Fuchsia. HEX triplet: D3, 3D and B8. RGB value is (211,61,184). Sum of RGB (Red+Green+Blue) = 211+61+184=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DB8 is #2CC247. Grayscale: #777777. Windows color (decimal): -2933320 or 12074451. OLE color: 12074451.

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

Color convert

RGB 211 61 184 -
CMYK 0 0.71 0.13 0.17
HSL 310.8º 0.63% 0.53% -
HSV(B) 310.8º 0.71% 0.83% -
XYZ 37.18 20.65 47.37 -
YUV 119.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 211 61 184 0 0.71 0.13 0.17 310.8 0.63 0.53
Hex D3 3D B8 0 47 D 11 137 3F 35
Octal 323 75 270 0 107 15 21 467 77 65
Binary 11010011 111101 10111000 0 1000111 1101 10001 100110111 111111 110101

Color Harmonies of #D33DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DB8

Black with #D33DB8

Text Example


Text Example

White with #D33DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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