Html Css Color HEX #D733B2 Fuchsia

📋 copy color: '#D733B2'

red 215 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #D733B2

Tints of Fuchsia #D733B2

RGB

 RED value IS 215 (84.38% from 255) = 48.42%

 GREEN value IS 51 (20.31% from 255) = 11.49%

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 48.42%
G = 11.49%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D733B2 (or 0xD733B2) is known color: Fuchsia. HEX triplet: D7, 33 and B2. RGB value is (215,51,178). Sum of RGB (Red+Green+Blue) = 215+51+178=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D733B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D733B2 is #28CC4D. Grayscale: #727272. Windows color (decimal): -2673742 or 11678679. OLE color: 11678679.

HSL color Cylindrical-coordinate representation of color #D733B2: hue angle of 313.54º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D733B2 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 51 178 -
CMYK 0 0.76 0.17 0.16
HSL 313.54º 0.67% 0.52% -
HSV(B) 313.54º 0.76% 0.84% -
XYZ 37.24 20.03 44.02 -
YUV 114.51 163.83 199.67 -
System Red Green Blue C M Y K H S L
Decimal 215 51 178 0 0.76 0.17 0.16 313.54 0.67 0.52
Hex D7 33 B2 0 4C 11 10 13A 43 34
Octal 327 63 262 0 114 21 20 472 103 64
Binary 11010111 110011 10110010 0 1001100 10001 10000 100111010 1000011 110100

Color Harmonies of #D733B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D733B2

Black with #D733B2

Text Example


Text Example

White with #D733B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D733B2; }

 p { color: rgb(215,51,178); }

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

background-color css

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

 a { background-color: rgb(215,51,178); }

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

border-color css

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

 span { border-color: rgb(215,51,178); }

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