Html Css Color HEX #D642B5 Fuchsia

📋 copy color: '#D642B5'

red 214 ◦ green 66 ◦ blue 181

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

Shades of Fuchsia #D642B5

Tints of Fuchsia #D642B5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.32%

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 46.42%
G = 14.32%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D642B5 (or 0xD642B5) is known color: Fuchsia. HEX triplet: D6, 42 and B5. RGB value is (214,66,181). Sum of RGB (Red+Green+Blue) = 214+66+181=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D642B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642B5 is #29BD4A. Grayscale: #7B7B7B. Windows color (decimal): -2735435 or 11879126. OLE color: 11879126.

HSL color Cylindrical-coordinate representation of color #D642B5: hue angle of 313.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D642B5 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 181 -
CMYK 0 0.69 0.15 0.16
HSL 313.38º 0.64% 0.55% -
HSV(B) 313.38º 0.69% 0.84% -
XYZ 38.02 21.53 45.87 -
YUV 123.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 214 66 181 0 0.69 0.15 0.16 313.38 0.64 0.55
Hex D6 42 B5 0 45 F 10 139 40 37
Octal 326 102 265 0 105 17 20 471 100 67
Binary 11010110 1000010 10110101 0 1000101 1111 10000 100111001 1000000 110111

Color Harmonies of #D642B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D642B5

Black with #D642B5

Text Example


Text Example

White with #D642B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D642B5; }

 p { color: rgb(214,66,181); }

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

background-color css

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

 a { background-color: rgb(214,66,181); }

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

border-color css

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

 span { border-color: rgb(214,66,181); }

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