Html Css Color HEX #D33AB7 Fuchsia

📋 copy color: '#D33AB7'

red 211 ◦ green 58 ◦ blue 183

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

Shades of Fuchsia #D33AB7

Tints of Fuchsia #D33AB7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.83%

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 46.68%
G = 12.83%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D33AB7 (or 0xD33AB7) is known color: Fuchsia. HEX triplet: D3, 3A and B7. RGB value is (211,58,183). Sum of RGB (Red+Green+Blue) = 211+58+183=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D33AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33AB7 is #2CC548. Grayscale: #757575. Windows color (decimal): -2934089 or 12008147. OLE color: 12008147.

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

Color convert

RGB 211 58 183 -
CMYK 0 0.73 0.13 0.17
HSL 310.98º 0.63% 0.53% -
HSV(B) 310.98º 0.73% 0.83% -
XYZ 36.92 20.29 46.77 -
YUV 118 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 211 58 183 0 0.73 0.13 0.17 310.98 0.63 0.53
Hex D3 3A B7 0 49 D 11 137 3F 35
Octal 323 72 267 0 111 15 21 467 77 65
Binary 11010011 111010 10110111 0 1001001 1101 10001 100110111 111111 110101

Color Harmonies of #D33AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AB7

Black with #D33AB7

Text Example


Text Example

White with #D33AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AB7; }

 p { color: rgb(211,58,183); }

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

background-color css

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

 a { background-color: rgb(211,58,183); }

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

border-color css

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

 span { border-color: rgb(211,58,183); }

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