Html Css Color HEX #D455B0 Fuchsia

📋 copy color: '#D455B0'

red 212 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #D455B0

Tints of Fuchsia #D455B0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 176 (69.14% from 255) = 37.21%

R = 44.82%
G = 17.97%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D455B0 (or 0xD455B0) is known color: Fuchsia. HEX triplet: D4, 55 and B0. RGB value is (212,85,176). Sum of RGB (Red+Green+Blue) = 212+85+176=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D455B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D455B0 is #2BAA4F. Grayscale: #858585. Windows color (decimal): -2861648 or 11556308. OLE color: 11556308.

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

Color convert

RGB 212 85 176 -
CMYK 0 0.60 0.17 0.17
HSL 317.01º 0.6% 0.58% -
HSV(B) 317.01º 0.6% 0.83% -
XYZ 38.24 23.63 43.62 -
YUV 133.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 212 85 176 0 0.60 0.17 0.17 317.01 0.6 0.58
Hex D4 55 B0 0 3C 11 11 13D 3C 3A
Octal 324 125 260 0 74 21 21 475 74 72
Binary 11010100 1010101 10110000 0 111100 10001 10001 100111101 111100 111010

Color Harmonies of #D455B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D455B0

Black with #D455B0

Text Example


Text Example

White with #D455B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D455B0; }

 p { color: rgb(212,85,176); }

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

background-color css

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

 a { background-color: rgb(212,85,176); }

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

border-color css

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

 span { border-color: rgb(212,85,176); }

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