Html Css Color HEX #D430BC Fuchsia

📋 copy color: '#D430BC'

red 212 ◦ green 48 ◦ blue 188

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

Shades of Fuchsia #D430BC

Tints of Fuchsia #D430BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 47.32%
G = 10.71%
B = 41.96%

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

#D430BC (or 0xD430BC) is known color: Fuchsia. HEX triplet: D4, 30 and BC. RGB value is (212,48,188). Sum of RGB (Red+Green+Blue) = 212+48+188=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D430BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430BC is #2BCF43. Grayscale: #707070. Windows color (decimal): -2871108 or 12333268. OLE color: 12333268.

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

Color convert

RGB 212 48 188 -
CMYK 0 0.77 0.11 0.17
HSL 308.78º 0.66% 0.51% -
HSV(B) 308.78º 0.77% 0.83% -
XYZ 37.29 19.74 49.42 -
YUV 113 170.33 198.62 -
System Red Green Blue C M Y K H S L
Decimal 212 48 188 0 0.77 0.11 0.17 308.78 0.66 0.51
Hex D4 30 BC 0 4D B 11 135 42 33
Octal 324 60 274 0 115 13 21 465 102 63
Binary 11010100 110000 10111100 0 1001101 1011 10001 100110101 1000010 110011

Color Harmonies of #D430BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430BC

Black with #D430BC

Text Example


Text Example

White with #D430BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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