Html Css Color HEX #D862B4 Fuchsia

📋 copy color: '#D862B4'

red 216 ◦ green 98 ◦ blue 180

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

Shades of Fuchsia #D862B4

Tints of Fuchsia #D862B4

RGB

 RED value IS 216 (84.77% from 255) = 43.72%

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

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

R = 43.72%
G = 19.84%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D862B4 (or 0xD862B4) is known color: Fuchsia. HEX triplet: D8, 62 and B4. RGB value is (216,98,180). Sum of RGB (Red+Green+Blue) = 216+98+180=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D862B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862B4 is #279D4B. Grayscale: #8E8E8E. Windows color (decimal): -2596172 or 11821784. OLE color: 11821784.

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

Color convert

RGB 216 98 180 -
CMYK 0 0.55 0.17 0.15
HSL 318.31º 0.6% 0.62% -
HSV(B) 318.31º 0.55% 0.85% -
XYZ 40.92 26.63 46.16 -
YUV 142.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 216 98 180 0 0.55 0.17 0.15 318.31 0.6 0.62
Hex D8 62 B4 0 37 11 F 13E 3C 3E
Octal 330 142 264 0 67 21 17 476 74 76
Binary 11011000 1100010 10110100 0 110111 10001 1111 100111110 111100 111110

Color Harmonies of #D862B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D862B4

Black with #D862B4

Text Example


Text Example

White with #D862B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D862B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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