Html Css Color HEX #D530BB Fuchsia

📋 copy color: '#D530BB'

red 213 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #D530BB

Tints of Fuchsia #D530BB

RGB

 RED value IS 213 (83.59% from 255) = 47.54%

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

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

R = 47.54%
G = 10.71%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D530BB (or 0xD530BB) is known color: Fuchsia. HEX triplet: D5, 30 and BB. RGB value is (213,48,187). Sum of RGB (Red+Green+Blue) = 213+48+187=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D530BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D530BB is #2ACF44. Grayscale: #707070. Windows color (decimal): -2805573 or 12267733. OLE color: 12267733.

HSL color Cylindrical-coordinate representation of color #D530BB: hue angle of 309.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D530BB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 187 -
CMYK 0 0.77 0.12 0.16
HSL 309.45º 0.66% 0.51% -
HSV(B) 309.45º 0.77% 0.84% -
XYZ 37.47 19.85 48.87 -
YUV 113.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 213 48 187 0 0.77 0.12 0.16 309.45 0.66 0.51
Hex D5 30 BB 0 4D C 10 135 42 33
Octal 325 60 273 0 115 14 20 465 102 63
Binary 11010101 110000 10111011 0 1001101 1100 10000 100110101 1000010 110011

Color Harmonies of #D530BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530BB

Black with #D530BB

Text Example


Text Example

White with #D530BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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