Html Css Color HEX #D460BC Fuchsia

📋 copy color: '#D460BC'

red 212 ◦ green 96 ◦ blue 188

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

Shades of Fuchsia #D460BC

Tints of Fuchsia #D460BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.35%

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

R = 42.74%
G = 19.35%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D460BC (or 0xD460BC) is known color: Fuchsia. HEX triplet: D4, 60 and BC. RGB value is (212,96,188). Sum of RGB (Red+Green+Blue) = 212+96+188=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D460BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460BC is #2B9F43. Grayscale: #8C8C8C. Windows color (decimal): -2858820 or 12345556. OLE color: 12345556.

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

Color convert

RGB 212 96 188 -
CMYK 0 0.55 0.11 0.17
HSL 312.41º 0.57% 0.6% -
HSV(B) 312.41º 0.55% 0.83% -
XYZ 40.41 25.99 50.46 -
YUV 141.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 212 96 188 0 0.55 0.11 0.17 312.41 0.57 0.6
Hex D4 60 BC 0 37 B 11 138 39 3C
Octal 324 140 274 0 67 13 21 470 71 74
Binary 11010100 1100000 10111100 0 110111 1011 10001 100111000 111001 111100

Color Harmonies of #D460BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460BC

Black with #D460BC

Text Example


Text Example

White with #D460BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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