Html Css Color HEX #D641B2 Fuchsia

📋 copy color: '#D641B2'

red 214 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #D641B2

Tints of Fuchsia #D641B2

RGB

 RED value IS 214 (83.98% from 255) = 46.83%

 GREEN value IS 65 (25.78% from 255) = 14.22%

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

R = 46.83%
G = 14.22%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D641B2 (or 0xD641B2) is known color: Fuchsia. HEX triplet: D6, 41 and B2. RGB value is (214,65,178). Sum of RGB (Red+Green+Blue) = 214+65+178=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D641B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D641B2 is #29BE4D. Grayscale: #7A7A7A. Windows color (decimal): -2735694 or 11682262. OLE color: 11682262.

HSL color Cylindrical-coordinate representation of color #D641B2: hue angle of 314.5º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641B2 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 178 -
CMYK 0 0.70 0.17 0.16
HSL 314.5º 0.65% 0.55% -
HSV(B) 314.5º 0.7% 0.84% -
XYZ 37.66 21.29 44.24 -
YUV 122.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 214 65 178 0 0.70 0.17 0.16 314.5 0.65 0.55
Hex D6 41 B2 0 46 11 10 13A 41 37
Octal 326 101 262 0 106 21 20 472 101 67
Binary 11010110 1000001 10110010 0 1000110 10001 10000 100111010 1000001 110111

Color Harmonies of #D641B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641B2

Black with #D641B2

Text Example


Text Example

White with #D641B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641B2; }

 p { color: rgb(214,65,178); }

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

background-color css

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

 a { background-color: rgb(214,65,178); }

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

border-color css

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

 span { border-color: rgb(214,65,178); }

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