Html Css Color HEX #D33CB6 Fuchsia

📋 copy color: '#D33CB6'

red 211 ◦ green 60 ◦ blue 182

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

Shades of Fuchsia #D33CB6

Tints of Fuchsia #D33CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 46.58%
G = 13.25%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D33CB6 (or 0xD33CB6) is known color: Fuchsia. HEX triplet: D3, 3C and B6. RGB value is (211,60,182). Sum of RGB (Red+Green+Blue) = 211+60+182=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CB6 is #2CC349. Grayscale: #767676. Windows color (decimal): -2933578 or 11943123. OLE color: 11943123.

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

Color convert

RGB 211 60 182 -
CMYK 0 0.72 0.14 0.17
HSL 311.52º 0.63% 0.53% -
HSV(B) 311.52º 0.72% 0.83% -
XYZ 36.92 20.46 46.26 -
YUV 119.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 211 60 182 0 0.72 0.14 0.17 311.52 0.63 0.53
Hex D3 3C B6 0 48 E 11 138 3F 35
Octal 323 74 266 0 110 16 21 470 77 65
Binary 11010011 111100 10110110 0 1001000 1110 10001 100111000 111111 110101

Color Harmonies of #D33CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33CB6

Black with #D33CB6

Text Example


Text Example

White with #D33CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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