Html Css Color HEX #D643B5 Fuchsia

📋 copy color: '#D643B5'

red 214 ◦ green 67 ◦ blue 181

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

Shades of Fuchsia #D643B5

Tints of Fuchsia #D643B5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.5%

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

R = 46.32%
G = 14.5%
B = 39.18%

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

#D643B5 (or 0xD643B5) is known color: Fuchsia. HEX triplet: D6, 43 and B5. RGB value is (214,67,181). Sum of RGB (Red+Green+Blue) = 214+67+181=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D643B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643B5 is #29BC4A. Grayscale: #7B7B7B. Windows color (decimal): -2735179 or 11879382. OLE color: 11879382.

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

Color convert

RGB 214 67 181 -
CMYK 0 0.69 0.15 0.16
HSL 313.47º 0.64% 0.55% -
HSV(B) 313.47º 0.69% 0.84% -
XYZ 38.08 21.65 45.89 -
YUV 123.95 160.2 192.23 -
System Red Green Blue C M Y K H S L
Decimal 214 67 181 0 0.69 0.15 0.16 313.47 0.64 0.55
Hex D6 43 B5 0 45 F 10 139 40 37
Octal 326 103 265 0 105 17 20 471 100 67
Binary 11010110 1000011 10110101 0 1000101 1111 10000 100111001 1000000 110111

Color Harmonies of #D643B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643B5

Black with #D643B5

Text Example


Text Example

White with #D643B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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