Html Css Color HEX #D33CB4 Fuchsia

📋 copy color: '#D33CB4'

red 211 ◦ green 60 ◦ blue 180

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

Shades of Fuchsia #D33CB4

Tints of Fuchsia #D33CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.91%

R = 46.78%
G = 13.3%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D33CB4 (or 0xD33CB4) is known color: Fuchsia. HEX triplet: D3, 3C and B4. RGB value is (211,60,180). Sum of RGB (Red+Green+Blue) = 211+60+180=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CB4 is #2CC34B. Grayscale: #767676. Windows color (decimal): -2933580 or 11812051. OLE color: 11812051.

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

Color convert

RGB 211 60 180 -
CMYK 0 0.72 0.15 0.17
HSL 312.32º 0.63% 0.53% -
HSV(B) 312.32º 0.72% 0.83% -
XYZ 36.72 20.38 45.18 -
YUV 118.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 211 60 180 0 0.72 0.15 0.17 312.32 0.63 0.53
Hex D3 3C B4 0 48 F 11 138 3F 35
Octal 323 74 264 0 110 17 21 470 77 65
Binary 11010011 111100 10110100 0 1001000 1111 10001 100111000 111111 110101

Color Harmonies of #D33CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33CB4

Black with #D33CB4

Text Example


Text Example

White with #D33CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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