Html Css Color HEX #D330BB Fuchsia

📋 copy color: '#D330BB'

red 211 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #D330BB

Tints of Fuchsia #D330BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.76%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 47.31%
G = 10.76%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D330BB (or 0xD330BB) is known color: Fuchsia. HEX triplet: D3, 30 and BB. RGB value is (211,48,187). Sum of RGB (Red+Green+Blue) = 211+48+187=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D330BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330BB is #2CCF44. Grayscale: #707070. Windows color (decimal): -2936645 or 12267731. OLE color: 12267731.

HSL color Cylindrical-coordinate representation of color #D330BB: hue angle of 308.83º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330BB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 187 -
CMYK 0 0.77 0.11 0.17
HSL 308.83º 0.65% 0.51% -
HSV(B) 308.83º 0.77% 0.83% -
XYZ 36.89 19.55 48.84 -
YUV 112.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 211 48 187 0 0.77 0.11 0.17 308.83 0.65 0.51
Hex D3 30 BB 0 4D B 11 135 41 33
Octal 323 60 273 0 115 13 21 465 101 63
Binary 11010011 110000 10111011 0 1001101 1011 10001 100110101 1000001 110011

Color Harmonies of #D330BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330BB

Black with #D330BB

Text Example


Text Example

White with #D330BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330BB; }

 p { color: rgb(211,48,187); }

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

background-color css

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

 a { background-color: rgb(211,48,187); }

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

border-color css

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

 span { border-color: rgb(211,48,187); }

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