Html Css Color HEX #D33DBE Fuchsia

📋 copy color: '#D33DBE'

red 211 ◦ green 61 ◦ blue 190

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

Shades of Fuchsia #D33DBE

Tints of Fuchsia #D33DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 45.67%
G = 13.2%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D33DBE (or 0xD33DBE) is known color: Fuchsia. HEX triplet: D3, 3D and BE. RGB value is (211,61,190). Sum of RGB (Red+Green+Blue) = 211+61+190=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DBE is #2CC241. Grayscale: #787878. Windows color (decimal): -2933314 or 12467667. OLE color: 12467667.

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

Color convert

RGB 211 61 190 -
CMYK 0 0.71 0.10 0.17
HSL 308.4º 0.63% 0.53% -
HSV(B) 308.4º 0.71% 0.83% -
XYZ 37.83 20.9 50.76 -
YUV 120.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 211 61 190 0 0.71 0.10 0.17 308.4 0.63 0.53
Hex D3 3D BE 0 47 A 11 134 3F 35
Octal 323 75 276 0 107 12 21 464 77 65
Binary 11010011 111101 10111110 0 1000111 1010 10001 100110100 111111 110101

Color Harmonies of #D33DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DBE

Black with #D33DBE

Text Example


Text Example

White with #D33DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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