Html Css Color HEX #D33CBA Fuchsia

📋 copy color: '#D33CBA'

red 211 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #D33CBA

Tints of Fuchsia #D33CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.13%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 46.17%
G = 13.13%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D33CBA (or 0xD33CBA) is known color: Fuchsia. HEX triplet: D3, 3C and BA. RGB value is (211,60,186). Sum of RGB (Red+Green+Blue) = 211+60+186=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CBA is #2CC345. Grayscale: #777777. Windows color (decimal): -2933574 or 12205267. OLE color: 12205267.

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

Color convert

RGB 211 60 186 -
CMYK 0 0.72 0.12 0.17
HSL 309.93º 0.63% 0.53% -
HSV(B) 309.93º 0.72% 0.83% -
XYZ 37.34 20.63 48.47 -
YUV 119.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 211 60 186 0 0.72 0.12 0.17 309.93 0.63 0.53
Hex D3 3C BA 0 48 C 11 136 3F 35
Octal 323 74 272 0 110 14 21 466 77 65
Binary 11010011 111100 10111010 0 1001000 1100 10001 100110110 111111 110101

Color Harmonies of #D33CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33CBA

Black with #D33CBA

Text Example


Text Example

White with #D33CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33CBA; }

 p { color: rgb(211,60,186); }

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

background-color css

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

 a { background-color: rgb(211,60,186); }

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

border-color css

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

 span { border-color: rgb(211,60,186); }

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