Html Css Color HEX #D643B3 Fuchsia

📋 copy color: '#D643B3'

red 214 ◦ green 67 ◦ blue 179

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

Shades of Fuchsia #D643B3

Tints of Fuchsia #D643B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.91%

R = 46.52%
G = 14.57%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D643B3 (or 0xD643B3) is known color: Fuchsia. HEX triplet: D6, 43 and B3. RGB value is (214,67,179). Sum of RGB (Red+Green+Blue) = 214+67+179=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D643B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643B3 is #29BC4C. Grayscale: #7B7B7B. Windows color (decimal): -2735181 or 11748310. OLE color: 11748310.

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

Color convert

RGB 214 67 179 -
CMYK 0 0.69 0.16 0.16
HSL 314.29º 0.64% 0.55% -
HSV(B) 314.29º 0.69% 0.84% -
XYZ 37.88 21.57 44.81 -
YUV 123.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 214 67 179 0 0.69 0.16 0.16 314.29 0.64 0.55
Hex D6 43 B3 0 45 10 10 13A 40 37
Octal 326 103 263 0 105 20 20 472 100 67
Binary 11010110 1000011 10110011 0 1000101 10000 10000 100111010 1000000 110111

Color Harmonies of #D643B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643B3

Black with #D643B3

Text Example


Text Example

White with #D643B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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