Html Css Color HEX #D453BC Fuchsia

📋 copy color: '#D453BC'

red 212 ◦ green 83 ◦ blue 188

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

Shades of Fuchsia #D453BC

Tints of Fuchsia #D453BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

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

R = 43.89%
G = 17.18%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D453BC (or 0xD453BC) is known color: Fuchsia. HEX triplet: D4, 53 and BC. RGB value is (212,83,188). Sum of RGB (Red+Green+Blue) = 212+83+188=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D453BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453BC is #2BAC43. Grayscale: #858585. Windows color (decimal): -2862148 or 12342228. OLE color: 12342228.

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

Color convert

RGB 212 83 188 -
CMYK 0 0.61 0.11 0.17
HSL 311.16º 0.6% 0.58% -
HSV(B) 311.16º 0.61% 0.83% -
XYZ 39.32 23.81 50.1 -
YUV 133.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 212 83 188 0 0.61 0.11 0.17 311.16 0.6 0.58
Hex D4 53 BC 0 3D B 11 137 3C 3A
Octal 324 123 274 0 75 13 21 467 74 72
Binary 11010100 1010011 10111100 0 111101 1011 10001 100110111 111100 111010

Color Harmonies of #D453BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D453BC

Black with #D453BC

Text Example


Text Example

White with #D453BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D453BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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