Html Css Color HEX #D455B2 Fuchsia

📋 copy color: '#D455B2'

red 212 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #D455B2

Tints of Fuchsia #D455B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 44.63%
G = 17.89%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D455B2 (or 0xD455B2) is known color: Fuchsia. HEX triplet: D4, 55 and B2. RGB value is (212,85,178). Sum of RGB (Red+Green+Blue) = 212+85+178=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D455B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D455B2 is #2BAA4D. Grayscale: #858585. Windows color (decimal): -2861646 or 11687380. OLE color: 11687380.

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

Color convert

RGB 212 85 178 -
CMYK 0 0.60 0.16 0.17
HSL 316.06º 0.6% 0.58% -
HSV(B) 316.06º 0.6% 0.83% -
XYZ 38.44 23.71 44.67 -
YUV 133.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 212 85 178 0 0.60 0.16 0.17 316.06 0.6 0.58
Hex D4 55 B2 0 3C 10 11 13C 3C 3A
Octal 324 125 262 0 74 20 21 474 74 72
Binary 11010100 1010101 10110010 0 111100 10000 10001 100111100 111100 111010

Color Harmonies of #D455B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D455B2

Black with #D455B2

Text Example


Text Example

White with #D455B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D455B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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