Html Css Color HEX #D430BB Fuchsia

📋 copy color: '#D430BB'

red 212 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #D430BB

Tints of Fuchsia #D430BB

RGB

 RED value IS 212 (83.2% from 255) = 47.43%

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

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

R = 47.43%
G = 10.74%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D430BB (or 0xD430BB) is known color: Fuchsia. HEX triplet: D4, 30 and BB. RGB value is (212,48,187). Sum of RGB (Red+Green+Blue) = 212+48+187=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D430BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430BB is #2BCF44. Grayscale: #707070. Windows color (decimal): -2871109 or 12267732. OLE color: 12267732.

HSL color Cylindrical-coordinate representation of color #D430BB: hue angle of 309.15º degrees, saturation: 0.66, 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 #D430BB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 187 -
CMYK 0 0.77 0.12 0.17
HSL 309.15º 0.66% 0.51% -
HSV(B) 309.15º 0.77% 0.83% -
XYZ 37.18 19.7 48.86 -
YUV 112.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 212 48 187 0 0.77 0.12 0.17 309.15 0.66 0.51
Hex D4 30 BB 0 4D C 11 135 42 33
Octal 324 60 273 0 115 14 21 465 102 63
Binary 11010100 110000 10111011 0 1001101 1100 10001 100110101 1000010 110011

Color Harmonies of #D430BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430BB

Black with #D430BB

Text Example


Text Example

White with #D430BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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