Html Css Color HEX #D462B4 Fuchsia

📋 copy color: '#D462B4'

red 212 ◦ green 98 ◦ blue 180

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

Shades of Fuchsia #D462B4

Tints of Fuchsia #D462B4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20%

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 43.27%
G = 20%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D462B4 (or 0xD462B4) is known color: Fuchsia. HEX triplet: D4, 62 and B4. RGB value is (212,98,180). Sum of RGB (Red+Green+Blue) = 212+98+180=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D462B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462B4 is #2B9D4B. Grayscale: #8D8D8D. Windows color (decimal): -2858316 or 11821780. OLE color: 11821780.

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

Color convert

RGB 212 98 180 -
CMYK 0 0.54 0.15 0.17
HSL 316.84º 0.57% 0.61% -
HSV(B) 316.84º 0.54% 0.83% -
XYZ 39.76 26.03 46.11 -
YUV 141.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 212 98 180 0 0.54 0.15 0.17 316.84 0.57 0.61
Hex D4 62 B4 0 36 F 11 13D 39 3D
Octal 324 142 264 0 66 17 21 475 71 75
Binary 11010100 1100010 10110100 0 110110 1111 10001 100111101 111001 111101

Color Harmonies of #D462B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462B4

Black with #D462B4

Text Example


Text Example

White with #D462B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462B4; }

 p { color: rgb(212,98,180); }

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

background-color css

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

 a { background-color: rgb(212,98,180); }

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

border-color css

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

 span { border-color: rgb(212,98,180); }

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